diff --git a/include/librealsense2/rs.h b/include/librealsense2/rs.h index 90e5fb00d0..1904108368 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 19 -#define RS2_API_PATCH_VERSION 2 +#define RS2_API_MINOR_VERSION 20 +#define RS2_API_PATCH_VERSION 0 #define RS2_API_BUILD_VERSION 0 #ifndef STRINGIFY diff --git a/package.xml b/package.xml index 455b0f90e0..64e889008c 100644 --- a/package.xml +++ b/package.xml @@ -7,9 +7,9 @@ librealsense2 - 2.19.2 + 2.20.0 - Library for capturing data from the Intel(R) RealSense(TM) SR300 and D400 cameras. 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, including multi-camera capture. + 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. Sergey Dorodnicov @@ -17,6 +17,7 @@ https://github.com/IntelRealSense/librealsense/ Sergey Dorodnicov + Doron Hirshberg Mark Horn Reagan Lopez Itay Carpis