We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310dc23 commit 241484fCopy full SHA for 241484f
2 files changed
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(glim VERSION 1.1.0 LANGUAGES CXX)
+project(glim VERSION 1.2.0 LANGUAGES CXX)
3
4
add_compile_options(-std=c++17)
5
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
package.xml
@@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>glim</name>
- <version>1.1.0</version>
+ <version>1.2.0</version>
6
<description>3D LiDAR-IMU mapping framework</description>
7
<maintainer email="k.koide@aist.go.jp">k.koide</maintainer>
8
<license>MIT</license>
0 commit comments