Skip to content

Commit 659860b

Browse files
authored
Merge pull request #4791 from ev-mp/candidate
Version bump to 2.28
2 parents 32aa918 + d7ec53e commit 659860b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/librealsense2/rs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern "C" {
2323
#include "h/rs_sensor.h"
2424

2525
#define RS2_API_MAJOR_VERSION 2
26-
#define RS2_API_MINOR_VERSION 27
26+
#define RS2_API_MINOR_VERSION 28
2727
#define RS2_API_PATCH_VERSION 0
2828
#define RS2_API_BUILD_VERSION 0
2929

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package format="2">
88
<name>librealsense2</name>
99
<!-- The version tag needs to be updated with each new release of librealsense -->
10-
<version>2.27.0</version>
10+
<version>2.28.0</version>
1111
<description>
1212
Library for capturing data from the Intel(R) RealSense(TM) SR300, D400 Depth cameras and T2xx Tracking devices. This effort was initiated to better support researchers, creative coders, and app developers in domains such as robotics, virtual reality, and the internet of things. Several often-requested features of RealSense(TM); devices are implemented in this project.
1313
</description>

0 commit comments

Comments
 (0)