We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f999a37 commit a479993Copy full SHA for a479993
include/librealsense2/rs.h
@@ -27,7 +27,7 @@ extern "C" {
27
28
#define RS2_API_MAJOR_VERSION 2
29
#define RS2_API_MINOR_VERSION 57
30
-#define RS2_API_PATCH_VERSION 0
+#define RS2_API_PATCH_VERSION 5
31
#define RS2_API_BUILD_VERSION 0
32
33
#ifndef STRINGIFY
package.xml
@@ -6,7 +6,7 @@
6
<package format="2">
7
<name>librealsense2</name>
8
<!-- The version tag needs to be updated with each new release of librealsense -->
9
- <version>2.57.0</version>
+ <version>2.57.5</version>
10
<description>
11
Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.
12
</description>
0 commit comments