Skip to content

Commit 38a4144

Browse files
authored
PR #14167 from remibettan: bump fw version to 5.17.0.10 + SDK to 2.56.5
2 parents 5af97a5 + 084d94a commit 38a4144

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common/fw/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(REALSENSE_FIRMWARE_URL "https://librealsense.intel.com" CACHE STRING
1414
string(REGEX MATCH "D4XX_RECOMMENDED_FIRMWARE_VERSION \"([0-9]+.[0-9]+.[0-9]+.[0-9]+)\"" _ ${ver})
1515
set(D4XX_FW_VERSION ${CMAKE_MATCH_1})
1616
#message(STATUS "D4XX_FW_VERSION: ${D4XX_FW_VERSION}")
17-
set(D4XX_FW_SHA1 190cddd478809a0994ad742ec55cafd913ca36af)
17+
set(D4XX_FW_SHA1 e7a67224fd0bd823df03dc7f1135a59db93746fd)
1818
set(D4XX_FW_URL "${REALSENSE_FIRMWARE_URL}/Releases/RS4xx/FW")
1919

2020
add_library(${PROJECT_NAME} STATIC empty.c)

common/fw/firmware-version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
#pragma once
55

6-
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.17.0.9"
6+
#define D4XX_RECOMMENDED_FIRMWARE_VERSION "5.17.0.10"
77

include/librealsense2/rs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern "C" {
2525

2626
#define RS2_API_MAJOR_VERSION 2
2727
#define RS2_API_MINOR_VERSION 56
28-
#define RS2_API_PATCH_VERSION 4
28+
#define RS2_API_PATCH_VERSION 5
2929
#define RS2_API_BUILD_VERSION 0
3030

3131
#ifndef STRINGIFY

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<package format="2">
77
<name>librealsense2</name>
88
<!-- 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>
1010
<description>
1111
Library for controlling and capturing data from the Intel(R) RealSense(TM) D400 devices.
1212
</description>

0 commit comments

Comments
 (0)