Skip to content

Commit

Permalink
版本号改为V1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyiaini committed Mar 8, 2024
1 parent c66339f commit ab43cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(ydlidar_sdk C CXX)
# version
set(YDLIDAR_SDK_VERSION_MAJOR 1)
set(YDLIDAR_SDK_VERSION_MINOR 2)
set(YDLIDAR_SDK_VERSION_PATCH 1)
set(YDLIDAR_SDK_VERSION_PATCH 2)
set(YDLIDAR_SDK_VERSION ${YDLIDAR_SDK_VERSION_MAJOR}.${YDLIDAR_SDK_VERSION_MINOR}.${YDLIDAR_SDK_VERSION_PATCH})

##########################################################
Expand Down

0 comments on commit ab43cd7

Please sign in to comment.