Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
koide3 committed Nov 7, 2024
1 parent 5ab10b8 commit e27b4c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(glim VERSION 1.0.5 LANGUAGES CXX)
project(glim VERSION 1.0.6 LANGUAGES CXX)

add_compile_options(-std=c++17)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_LIST_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.5</version>
<version>1.0.6</version>
<description>3D LiDAR-IMU mapping framework</description>
<maintainer email="[email protected]">k.koide</maintainer>
<license>MIT</license>
Expand Down

0 comments on commit e27b4c6

Please sign in to comment.