Skip to content

Commit a85e732

Browse files
committed
bump to 0.21.11 for api change
1 parent 258095e commit a85e732

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 21)
23-
SET(RTABMAP_PATCH_VERSION 10)
23+
SET(RTABMAP_PATCH_VERSION 11)
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 format="2">
33
<name>rtabmap</name>
4-
<version>0.21.10</version>
4+
<version>0.21.11</version>
55
<description>RTAB-Map's standalone library. RTAB-Map is a 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)