Skip to content

Commit 3890841

Browse files
committed
version update to 3.1.3
1 parent 61bb431 commit 3890841

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
22

33
SET ( RBDL_VERSION_MAJOR 3 )
44
SET ( RBDL_VERSION_MINOR 1 )
5-
SET ( RBDL_VERSION_PATCH 2 )
5+
SET ( RBDL_VERSION_PATCH 3 )
66
SET ( RBDL_VERSION
77
${RBDL_VERSION_MAJOR}.${RBDL_VERSION_MINOR}.${RBDL_VERSION_PATCH}
88
)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
RBDL - Rigid Body Dynamics Library
2-
Copyright (c) 2011-2020 Martin Felis <martin@fysx.org>
1+
RBDL ORB - Rigid Body Dynamics Library (ORB Version)
2+
Copyright (c) 2018-2021 Felix Richter <felix.richter@informatik.uni-heidelberg.de>
33

44
Introduction
55
============

doc/Mainpage.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
*
3939
* \section recent_changes Recent Changes
4040
* <ul>
41+
* <li>30 September 2021: New release 3.1.3:
42+
* <ul>
43+
* <li> Casadi Math Backend added support for tanh function. </li>
44+
* </ul>
45+
* </li>
4146
* <li>13 August 2021: New release 3.1.0:
4247
* <ul>
4348
* <li> Added support for rbdl-casadi, as an additional version of the rbdl library.

doc/api_changes.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
3.0.0 -> 3.1.0 (13. August 2020)
1+
3.1.2 -> 3.1.3 (30. September 2021)
2+
- casadi math backend added tanh support
3+
4+
3.0.0 -> 3.1.0 (13. August 2021)
25
- introducing the casadi math backend, rbdl-casadi is build as a seperated library that can be installed parallel to rbdl
36
- added install of cmake config files, so projects building on rbdl do not need to write their own FindRBDL.cmake files anymore
47

0 commit comments

Comments
 (0)