Skip to content

Commit a3c1596

Browse files
committed
Merge pull request ros#25 from j-rivero/fix_version
Fix version. Current is 0.4.1
2 parents edf26f4 + 3857962 commit a3c1596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project (urdfdom_headers)
33

44
set (URDF_MAJOR_VERSION 0)
55
set (URDF_MINOR_VERSION 4)
6-
set (URDF_PATCH_VERSION 0)
6+
set (URDF_PATCH_VERSION 1)
77

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

0 commit comments

Comments
 (0)