Skip to content

Commit

Permalink
Bump version in CMakeLists.txt to 4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Apr 8, 2024
1 parent 83f01b9 commit 29d474f
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 @@ -9,7 +9,7 @@ option(GAZEBO_YARP_PLUGINS_DISABLE_IMPLICIT_NETWORK_WRAPPERS "if enabled removes
# Project version
set(${PROJECT_NAME}_MAJOR_VERSION 4)
set(${PROJECT_NAME}_MINOR_VERSION 11)
set(${PROJECT_NAME}_PATCH_VERSION 0)
set(${PROJECT_NAME}_PATCH_VERSION 2)

set(${PROJECT_NAME}_VERSION
${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_VERSION})
Expand Down

0 comments on commit 29d474f

Please sign in to comment.