Skip to content

Commit

Permalink
Bump to 2.30
Browse files Browse the repository at this point in the history
Change-Id: I60624fb2077e75358f209c0bc5be17fac14bcb39
  • Loading branch information
ev-mp committed Nov 4, 2019
1 parent 65fe875 commit 767a800
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 @@ -23,7 +23,7 @@ extern "C" {
#include "h/rs_sensor.h"

#define RS2_API_MAJOR_VERSION 2
#define RS2_API_MINOR_VERSION 29
#define RS2_API_MINOR_VERSION 30
#define RS2_API_PATCH_VERSION 0
#define RS2_API_BUILD_VERSION 0

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.29.0</version>
<version>2.30.0</version>
<description>
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.
</description>
Expand Down

0 comments on commit 767a800

Please sign in to comment.