File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENDIF()
16
16
17
17
PROJECT (orocos_kdl)
18
18
19
- SET ( KDL_VERSION 1.5.0 )
19
+ SET ( KDL_VERSION 1.5.1 )
20
20
STRING ( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
21
21
LIST ( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
22
22
LIST ( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)
Original file line number Diff line number Diff line change 4
4
schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5
5
<package format =" 3" >
6
6
<name >orocos_kdl</name >
7
- <version >1.5.0 </version >
7
+ <version >1.5.1 </version >
8
8
<description >
9
9
This package contains a recent version of the Kinematics and Dynamics
10
10
Library (KDL), distributed by the Orocos Project.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ if(POLICY CMP0057)
6
6
cmake_policy (SET CMP0057 NEW) # support IN_LISTS which is required for PyBind11 2.6 and newer
7
7
endif ()
8
8
9
- project (python_orocos_kdl VERSION 1.5.0 )
9
+ project (python_orocos_kdl VERSION 1.5.1 )
10
10
11
11
# find a matching version of orocos_kdl
12
12
find_package (orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)
Original file line number Diff line number Diff line change 4
4
schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5
5
<package format =" 3" >
6
6
<name >python_orocos_kdl</name >
7
- <version >1.5.0 </version >
7
+ <version >1.5.1 </version >
8
8
<description >
9
9
This package contains the python bindings PyKDL for the Kinematics and Dynamics
10
10
Library (KDL), distributed by the Orocos Project.
You can’t perform that action at this time.
0 commit comments