From b72ddfa2e75a26192afc1548ab5fcea880c01241 Mon Sep 17 00:00:00 2001 From: Eran Date: Sat, 12 Nov 2022 09:42:00 +0200 Subject: [PATCH] bump to v2.53.1 --- include/librealsense2/rs.h | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.