From 6d8973443ebfaf7d3915364983562d4d10f0ebb4 Mon Sep 17 00:00:00 2001 From: Eran Date: Mon, 20 Jul 2020 07:54:11 +0300 Subject: [PATCH] move to 2.37.0 --- include/librealsense2/rs.h | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/librealsense2/rs.h b/include/librealsense2/rs.h index 938333e177..72e0a8e789 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 36 -#define RS2_API_PATCH_VERSION 1 +#define RS2_API_MINOR_VERSION 37 +#define RS2_API_PATCH_VERSION 0 #define RS2_API_BUILD_VERSION 0 #ifndef STRINGIFY diff --git a/package.xml b/package.xml index 0603830009..d2fa474639 100644 --- a/package.xml +++ b/package.xml @@ -7,7 +7,7 @@ librealsense2 - 2.36.1 + 2.37.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.