diff --git a/include/librealsense2/rs.h b/include/librealsense2/rs.h index 0b172c6949..ba5a77882a 100644 --- a/include/librealsense2/rs.h +++ b/include/librealsense2/rs.h @@ -23,8 +23,8 @@ extern "C" { #include "h/rs_sensor.h" #define RS2_API_MAJOR_VERSION 2 -#define RS2_API_MINOR_VERSION 28 -#define RS2_API_PATCH_VERSION 1 +#define RS2_API_MINOR_VERSION 29 +#define RS2_API_PATCH_VERSION 0 #define RS2_API_BUILD_VERSION 0 #ifndef STRINGIFY diff --git a/package.xml b/package.xml index 6e42c46b83..be751265d8 100644 --- a/package.xml +++ b/package.xml @@ -7,7 +7,7 @@ librealsense2 - 2.28.1 + 2.29.0 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.