Skip to content

Commit 530fd5d

Browse files
committed
increased version to 0.8.3
1 parent 5711727 commit 530fd5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
2020
#######################
2121
SET(RTABMAP_MAJOR_VERSION 0)
2222
SET(RTABMAP_MINOR_VERSION 8)
23-
SET(RTABMAP_PATCH_VERSION 2)
23+
SET(RTABMAP_PATCH_VERSION 3)
2424
SET(RTABMAP_VERSION
2525
${RTABMAP_MAJOR_VERSION}.${RTABMAP_MINOR_VERSION}.${RTABMAP_PATCH_VERSION})
2626

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>rtabmap</name>
4-
<version>0.8.2</version>
4+
<version>0.8.3</version>
55
<description>RTAB-Map's standalone library. RTAB-Map is an RGB-D SLAM approach with real-time constraints.</description>
66
<maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer>
77
<author>Mathieu Labbe</author>

0 commit comments

Comments
 (0)