Skip to content

Commit

Permalink
Merge pull request #86 from j-rivero/fix_version
Browse files Browse the repository at this point in the history
Fix version: current is 0.4.1
  • Loading branch information
jacquelinekay committed Apr 12, 2016
2 parents 6438edd + 244eef8 commit 17588e4
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 @@ -3,7 +3,7 @@ project (urdfdom CXX C)

set (URDF_MAJOR_VERSION 0)
set (URDF_MINOR_VERSION 4)
set (URDF_PATCH_VERSION 0)
set (URDF_PATCH_VERSION 1)

set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})
set (URDF_MAJOR_MINOR_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION})
Expand Down

0 comments on commit 17588e4

Please sign in to comment.