bump 0.20.23

This commit is contained in:
matlabbe
2023-01-21 16:09:41 -08:00
parent b5eef4b86a
commit 95e6a9f039
3 changed files with 3 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ SET(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake_modules")
#######################
SET(RTABMAP_MAJOR_VERSION 0)
SET(RTABMAP_MINOR_VERSION 20)
SET(RTABMAP_PATCH_VERSION 22)
SET(RTABMAP_PATCH_VERSION 23)
SET(RTABMAP_VERSION
${RTABMAP_MAJOR_VERSION}.${RTABMAP_MINOR_VERSION}.${RTABMAP_PATCH_VERSION})