File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "https://librealsense.intel.com" CACHE STRING
14
14
string (REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \" ([0-9]+.[0-9]+.[0-9]+.[0-9]+)\" " _ ${ver} )
15
15
set (D4XX_FW_VERSION ${CMAKE_MATCH_1} )
16
16
#message(STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION}")
17
- set (D4XX_FW_SHA1 190cddd478809a0994ad742ec55cafd913ca36af )
17
+ set (D4XX_FW_SHA1 e7a67224fd0bd823df03dc7f1135a59db93746fd )
18
18
set (D4XX_FW_URL "${REALSENSE_FIRMWARE_URL} /Releases/RS4xx/FW" )
19
19
20
20
add_library (${PROJECT_NAME} STATIC empty.c)
Original file line number Diff line number Diff line change 3
3
4
4
#pragma once
5
5
6
- #define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.17.0.9 "
6
+ #define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.17.0.10 "
7
7
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ extern "C" {
25
25
26
26
#define RS2_API_MAJOR_VERSION 2
27
27
#define RS2_API_MINOR_VERSION 56
28
- #define RS2_API_PATCH_VERSION 4
28
+ #define RS2_API_PATCH_VERSION 5
29
29
#define RS2_API_BUILD_VERSION 0
30
30
31
31
#ifndef STRINGIFY
Original file line number Diff line number Diff line change 6
6
<package format =" 2" >
7
7
<name >librealsense2</name >
8
8
<!-- The version tag needs to be updated with each new release of librealsense -->
9
- <version >2.56.4 </version >
9
+ <version >2.56.5 </version >
10
10
<description >
11
11
Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.
12
12
</description >
You can’t perform that action at this time.
0 commit comments