diff --git a/include/librealsense2/rs.h b/include/librealsense2/rs.h index b3d58f421d..08e50f33c2 100644 --- a/include/librealsense2/rs.h +++ b/include/librealsense2/rs.h @@ -25,7 +25,7 @@ extern "C" { #define RS2_API_MAJOR_VERSION 2 #define RS2_API_MINOR_VERSION 53 -#define RS2_API_PATCH_VERSION 0 +#define RS2_API_PATCH_VERSION 1 #define RS2_API_BUILD_VERSION 0 #ifndef STRINGIFY diff --git a/package.xml b/package.xml index 61d2cd7532..39fe89bbfb 100644 --- a/package.xml +++ b/package.xml @@ -7,7 +7,7 @@ librealsense2 - 2.53.0 + 2.53.1 Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.