Skip to content

Commit

Permalink
version update to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ju6ge committed Sep 30, 2021
1 parent 61bb431 commit 3890841
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.10)

SET ( RBDL_VERSION_MAJOR 3 )
SET ( RBDL_VERSION_MINOR 1 )
SET ( RBDL_VERSION_PATCH 2 )
SET ( RBDL_VERSION_PATCH 3 )
SET ( RBDL_VERSION
${RBDL_VERSION_MAJOR}.${RBDL_VERSION_MINOR}.${RBDL_VERSION_PATCH}
)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RBDL - Rigid Body Dynamics Library
Copyright (c) 2011-2020 Martin Felis <martin@fysx.org>
RBDL ORB - Rigid Body Dynamics Library (ORB Version)
Copyright (c) 2018-2021 Felix Richter <felix.richter@informatik.uni-heidelberg.de>

Introduction
============
Expand Down
5 changes: 5 additions & 0 deletions doc/Mainpage.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
*
* \section recent_changes Recent Changes
* <ul>
* <li>30 September 2021: New release 3.1.3:
* <ul>
* <li> Casadi Math Backend added support for tanh function. </li>
* </ul>
* </li>
* <li>13 August 2021: New release 3.1.0:
* <ul>
* <li> Added support for rbdl-casadi, as an additional version of the rbdl library.
Expand Down
5 changes: 4 additions & 1 deletion doc/api_changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
3.0.0 -> 3.1.0 (13. August 2020)
3.1.2 -> 3.1.3 (30. September 2021)
- casadi math backend added tanh support

3.0.0 -> 3.1.0 (13. August 2021)
- introducing the casadi math backend, rbdl-casadi is build as a seperated library that can be installed parallel to rbdl
- added install of cmake config files, so projects building on rbdl do not need to write their own FindRBDL.cmake files anymore

Expand Down

0 comments on commit 3890841

Please sign in to comment.