Skip to content

Commit

Permalink
Fix version number, bump to 1.0.3 (#50)
Browse files Browse the repository at this point in the history
The version number was not incremented for the 1.0.2 release, so bump to 1.0.3 to make a release with proper version numbers.
  • Loading branch information
scpeters authored Jan 8, 2019
1 parent 5762580 commit e280012
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 @@ include(GNUInstallDirs)

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

set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})

Expand Down

0 comments on commit e280012

Please sign in to comment.