Skip to content

Commit

Permalink
Merge pull request #426 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Bump version to 3.1.2
  • Loading branch information
traversaro authored Jun 4, 2019
2 parents 2d20e6f + 072d48f commit 06853b2
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 @@ -8,7 +8,7 @@ PROJECT(GazeboYARPPlugins)
# Project version
set(${PROJECT_NAME}_MAJOR_VERSION 3)
set(${PROJECT_NAME}_MINOR_VERSION 1)
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 06853b2

Please sign in to comment.