File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55CMakeLists.txt.user *
66* .autosave
77build /
8+ build
9+ compile_commands.json
Original file line number Diff line number Diff line change 22# Copyright 2012-2019 CNRS-UM LIRMM, CNRS-AIST JRL
33#
44
5- cmake_minimum_required (VERSION 3.5 )
5+ cmake_minimum_required (VERSION 3.20 )
66set (CMAKE_CXX_STANDARD 11)
77set (CMAKE_POSITION_INDEPENDENT_CODE ON )
88set_property (GLOBAL PROPERTY USE_FOLDERS ON )
@@ -11,7 +11,7 @@ set(PROJECT_NAME RBDyn)
1111set (PROJECT_DESCRIPTION "..." )
1212set (PROJECT_URL "https://github.com/jrl-umi3218/RBDyn" )
1313set (PROJECT_DEBUG_POSTFIX "_d" )
14- set (PROJECT_VERSION 1.9.1 )
14+ set (PROJECT_VERSION 1.9.2 )
1515set (PROJECT_USE_CMAKE_EXPORT TRUE )
1616
1717option (BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON )
Original file line number Diff line number Diff line change 1+ rbdyn (1.9.2-1debian1) unstable; urgency=medium
2+
3+ * Update upstream version
4+
5+ -- Arnaud TANGUY <arn.tanguy+ppa@gmail.com> Mon, 24 Nov 2025 12:30:00 +0000
6+
17rbdyn (1.9.1-1debian1) unstable; urgency=medium
28
39 * Update upstream version
You can’t perform that action at this time.
0 commit comments