Skip to content

Commit

Permalink
release v1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHuang18 committed Apr 26, 2024
1 parent b77d1d3 commit 06cc242
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
Expand Up @@ -6,7 +6,7 @@ if(WIN32)
cmake_policy(SET CMP0074 NEW) # CMake 3.12 required
endif(WIN32)

project(rs_driver VERSION 1.5.10)
project(rs_driver VERSION 1.5.11)

#========================
# Project setup
Expand Down
2 changes: 1 addition & 1 deletion src/rs_driver/macro/version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define RSLIDAR_VERSION_MAJOR 1
#define RSLIDAR_VERSION_MINOR 5
#define RSLIDAR_VERSION_PATCH 10
#define RSLIDAR_VERSION_PATCH 11

0 comments on commit 06cc242

Please sign in to comment.