We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b76c5a0 commit 76da8dcCopy full SHA for 76da8dc
1 file changed
CMakeLists.txt
@@ -5,7 +5,7 @@ include(GNUInstallDirs)
5
6
set (URDF_MAJOR_VERSION 0)
7
set (URDF_MINOR_VERSION 4)
8
-set (URDF_PATCH_VERSION 1)
+set (URDF_PATCH_VERSION 2)
9
10
set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})
11
0 commit comments