Skip to content

Commit

Permalink
Bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Sep 12, 2021
1 parent 1624d7c commit db25b7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion orocos_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENDIF()

PROJECT(orocos_kdl)

SET( KDL_VERSION 1.5.0)
SET( KDL_VERSION 1.5.1)
STRING( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
LIST( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
LIST( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)
Expand Down
2 changes: 1 addition & 1 deletion orocos_kdl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>orocos_kdl</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
This package contains a recent version of the Kinematics and Dynamics
Library (KDL), distributed by the Orocos Project.
Expand Down
2 changes: 1 addition & 1 deletion python_orocos_kdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(POLICY CMP0057)
cmake_policy(SET CMP0057 NEW) # support IN_LISTS which is required for PyBind11 2.6 and newer
endif()

project(python_orocos_kdl VERSION 1.5.0)
project(python_orocos_kdl VERSION 1.5.1)

# find a matching version of orocos_kdl
find_package(orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion python_orocos_kdl/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>python_orocos_kdl</name>
<version>1.5.0</version>
<version>1.5.1</version>
<description>
This package contains the python bindings PyKDL for the Kinematics and Dynamics
Library (KDL), distributed by the Orocos Project.
Expand Down

0 comments on commit db25b7e

Please sign in to comment.