Skip to content

Commit ce822d7

Browse files
committed
bumping to 0.6.0
1 parent 1d6a595 commit ce822d7

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
@@ -166,7 +166,7 @@ set(STELLA_VSLAM_PROJECT_CONFIG ${STELLA_VSLAM_GENERATED_DIR}/${PROJECT_NAME}Con
166166
set(STELLA_VSLAM_TARGETS_EXPORT_NAME ${PROJECT_NAME}Targets)
167167
set(STELLA_VSLAM_CONFIG_INSTALL_DIR lib/cmake/${PROJECT_NAME})
168168
set(STELLA_VSLAM_NAMESPACE "${PROJECT_NAME}::")
169-
set(STELLA_VSLAM_VERSION 0.5.0)
169+
set(STELLA_VSLAM_VERSION 0.6.0)
170170

171171
# Create a version config file
172172
write_basic_package_version_file(${STELLA_VSLAM_VERSION_CONFIG}

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>stella_vslam</name>
5-
<version>0.5.0</version>
5+
<version>0.6.0</version>
66
<description>fork of OpenVSLAM</description>
77

88
<!-- Authors of the original version of OpenVSLAM -->

0 commit comments

Comments
 (0)