Skip to content

Commit

Permalink
Merge pull request #3677 from ev-mp/current
Browse files Browse the repository at this point in the history
Bump version to 2.20.0.
  • Loading branch information
ev-mp authored Apr 4, 2019
2 parents 756fa7b + aec524a commit 4ffb204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/librealsense2/rs.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ extern "C" {
#include "h/rs_sensor.h"

#define RS2_API_MAJOR_VERSION 2
#define RS2_API_MINOR_VERSION 19
#define RS2_API_PATCH_VERSION 2
#define RS2_API_MINOR_VERSION 20
#define RS2_API_PATCH_VERSION 0
#define RS2_API_BUILD_VERSION 0

#ifndef STRINGIFY
Expand Down
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@
<package format="2">
<name>librealsense2</name>
<!-- The version tag needs to be updated with each new release of librealsense -->
<version>2.19.2</version>
<version>2.20.0</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.
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>

<maintainer email="[email protected]">Sergey Dorodnicov</maintainer>

<url type="website">https://github.com/IntelRealSense/librealsense/</url>

<author email="[email protected]">Sergey Dorodnicov</author>
<author email="[email protected]">Doron Hirshberg</author>
<author email="[email protected]">Mark Horn</author>
<author email="[email protected]">Reagan Lopez</author>
<author email="[email protected]">Itay Carpis</author>
Expand Down

0 comments on commit 4ffb204

Please sign in to comment.