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 Feb 8, 2019
1 parent 5cf3c60 commit 1925745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project (urdfdom_headers)
include(GNUInstallDirs)

set (URDF_MAJOR_VERSION 1)
set (URDF_MINOR_VERSION 0)
set (URDF_PATCH_VERSION 3)
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 1925745

Please sign in to comment.