Skip to content

Commit b85a8aa

Browse files
committed
Bump working version to 1.5.3
1 parent ca8634d commit b85a8aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

orocos_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.12.0)
1212

1313
PROJECT(orocos_kdl)
1414

15-
SET(KDL_VERSION 1.5.2)
15+
SET(KDL_VERSION 1.5.3)
1616
STRING( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
1717
LIST( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
1818
LIST( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)

orocos_kdl/package.xml

Lines changed: 1 addition & 1 deletion
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.2</version>
7+
<version>1.5.3-dev</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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
# so set this to FIRST.
2323
set(Python3_FIND_UNVERSIONED_NAMES FIRST)
2424

25-
project(python_orocos_kdl VERSION 1.5.2)
25+
project(python_orocos_kdl VERSION 1.5.3)
2626

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

python_orocos_kdl/package.xml

Lines changed: 1 addition & 1 deletion
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.2</version>
7+
<version>1.5.3</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)