Skip to content

Commit db25b7e

Browse files
committed
Bump to 1.5.1
1 parent 1624d7c commit db25b7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

orocos_kdl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENDIF()
1616

1717
PROJECT(orocos_kdl)
1818

19-
SET( KDL_VERSION 1.5.0)
19+
SET( KDL_VERSION 1.5.1)
2020
STRING( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
2121
LIST( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
2222
LIST( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)

orocos_kdl/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>orocos_kdl</name>
7-
<version>1.5.0</version>
7+
<version>1.5.1</version>
88
<description>
99
This package contains a recent version of the Kinematics and Dynamics
1010
Library (KDL), distributed by the Orocos Project.

python_orocos_kdl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if(POLICY CMP0057)
66
cmake_policy(SET CMP0057 NEW) # support IN_LISTS which is required for PyBind11 2.6 and newer
77
endif()
88

9-
project(python_orocos_kdl VERSION 1.5.0)
9+
project(python_orocos_kdl VERSION 1.5.1)
1010

1111
# find a matching version of orocos_kdl
1212
find_package(orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)

python_orocos_kdl/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>python_orocos_kdl</name>
7-
<version>1.5.0</version>
7+
<version>1.5.1</version>
88
<description>
99
This package contains the python bindings PyKDL for the Kinematics and Dynamics
1010
Library (KDL), distributed by the Orocos Project.

0 commit comments

Comments
 (0)