diff --git a/include/librealsense2/rs.h b/include/librealsense2/rs.h index dc2a726973..8a5cd517a2 100644 --- a/include/librealsense2/rs.h +++ b/include/librealsense2/rs.h @@ -24,7 +24,7 @@ extern "C" { #include "h/rs_sensor.h" #define RS2_API_MAJOR_VERSION 2 -#define RS2_API_MINOR_VERSION 55 +#define RS2_API_MINOR_VERSION 56 #define RS2_API_PATCH_VERSION 0 #define RS2_API_BUILD_VERSION 0 diff --git a/package.xml b/package.xml index 435aed647d..1f5b5a93fe 100644 --- a/package.xml +++ b/package.xml @@ -6,7 +6,7 @@ librealsense2 - 2.55.0 + 2.56.0 Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.