Skip to content

Commit

Permalink
Promote to version 2.10.4
Browse files Browse the repository at this point in the history
Change-Id: Ib3eb68448beb9425648b44794f1021b617accf02
  • Loading branch information
ev-mp committed Apr 17, 2018
1 parent 4177504 commit 1751d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/librealsense2/rs.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern "C" {

#define RS2_API_MAJOR_VERSION 2
#define RS2_API_MINOR_VERSION 10
#define RS2_API_PATCH_VERSION 3
#define RS2_API_PATCH_VERSION 4
#define RS2_API_BUILD_VERSION 0

#define STRINGIFY(arg) #arg
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<package format="2">
<name>librealsense2</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.10.3</version>
<version>2.10.4</version>
<description>
Library for capturing data from the Intel(R) RealSense(TM) SR300 and D400 cameras. 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, including multi-camera capture.
</description>
Expand Down

0 comments on commit 1751d03

Please sign in to comment.