Skip to content

Commit

Permalink
Merge branch 'ros:master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Sep 12, 2024
2 parents 89966c2 + 3f6bf9a commit b08363a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (urdfdom CXX C)

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

set (URDF_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION}.${URDF_PATCH_VERSION})
set (URDF_MAJOR_MINOR_VERSION ${URDF_MAJOR_VERSION}.${URDF_MINOR_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>urdfdom</name>
<version>4.0.0</version>
<version>4.0.1</version>
<description>A library to access URDFs using the DOM model.</description>

<maintainer email="[email protected]">Chris Lalancette</maintainer>
Expand Down

0 comments on commit b08363a

Please sign in to comment.