Skip to content

Commit

Permalink
bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guihomework authored and rhaschke committed Sep 7, 2018
1 parent 4b97f96 commit 13ae021
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 @@ -4,7 +4,7 @@ project (urdfdom_headers)
include(GNUInstallDirs)

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

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

0 comments on commit 13ae021

Please sign in to comment.