Skip to content

Commit 29426ec

Browse files
committed
4.0.0
Signed-off-by: Chris Lalancette <[email protected]>
1 parent cc63d56 commit 29426ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
cmake_minimum_required( VERSION 3.5 FATAL_ERROR )
22
project (urdfdom CXX C)
33

4-
set (URDF_MAJOR_VERSION 3)
4+
set (URDF_MAJOR_VERSION 4)
55
set (URDF_MINOR_VERSION 0)
6-
set (URDF_PATCH_VERSION 2)
6+
set (URDF_PATCH_VERSION 0)
77

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

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>urdfdom</name>
4-
<version>3.1.1</version>
4+
<version>4.0.0</version>
55
<description>A library to access URDFs using the DOM model.</description>
66

77
<maintainer email="[email protected]">Chris Lalancette</maintainer>
@@ -20,7 +20,7 @@
2020
<build_depend>tinyxml2</build_depend>
2121
<build_depend>tinyxml2_vendor</build_depend>
2222
<build_depend version_gte="0.2.3">urdfdom_headers</build_depend>
23-
23+
2424
<buildtool_depend>cmake</buildtool_depend>
2525

2626
<exec_depend>console_bridge_vendor</exec_depend>
@@ -30,7 +30,7 @@
3030
<exec_depend version_gte="0.2.3">urdfdom_headers</exec_depend>
3131

3232
<test_depend>python3</test_depend>
33-
33+
3434
<export>
3535
<build_type>cmake</build_type>
3636
</export>

0 commit comments

Comments
 (0)