Skip to content

Commit

Permalink
feat: tag v1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzheng committed Apr 11, 2023
1 parent 8719bb9 commit 96ebc65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
### Changed


## v1.5.9 2023-02-17

### Added
- Merge RSBPV4 into RSBP


## v1.5.9 2023-02-17

Expand Down
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.9)
project(rs_driver VERSION 1.5.10)

#========================
# 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 9
#define RSLIDAR_VERSION_PATCH 10

0 comments on commit 96ebc65

Please sign in to comment.