Skip to content

Commit

Permalink
Merge pull request #49 from RoboSense-LiDAR/dev_opt
Browse files Browse the repository at this point in the history
[version]:[feat]:update version
  • Loading branch information
FelixHuang18 authored Aug 5, 2024
2 parents 46e9463 + 48cd2a5 commit 80c93b9
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.13)
project(rs_driver VERSION 1.5.14)

#========================
# 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 13
#define RSLIDAR_VERSION_PATCH 14

0 comments on commit 80c93b9

Please sign in to comment.