Skip to content

Commit 241484f

Browse files
committed
v1.2.0
1 parent 310dc23 commit 241484f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(glim VERSION 1.1.0 LANGUAGES CXX)
2+
project(glim VERSION 1.2.0 LANGUAGES CXX)
33

44
add_compile_options(-std=c++17)
55
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")

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>glim</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>3D LiDAR-IMU mapping framework</description>
77
<maintainer email="k.koide@aist.go.jp">k.koide</maintainer>
88
<license>MIT</license>

0 commit comments

Comments
 (0)