Skip to content

Commit 2a56b56

Browse files
committed
Release 1.9.2
1 parent c041dab commit 2a56b56

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
CMakeLists.txt.user*
66
*.autosave
77
build/
8+
build
9+
compile_commands.json

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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)
66
set(CMAKE_CXX_STANDARD 11)
77
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
88
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
@@ -11,7 +11,7 @@ set(PROJECT_NAME RBDyn)
1111
set(PROJECT_DESCRIPTION "...")
1212
set(PROJECT_URL "https://github.com/jrl-umi3218/RBDyn")
1313
set(PROJECT_DEBUG_POSTFIX "_d")
14-
set(PROJECT_VERSION 1.9.1)
14+
set(PROJECT_VERSION 1.9.2)
1515
set(PROJECT_USE_CMAKE_EXPORT TRUE)
1616

1717
option(BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
rbdyn (1.9.1-1debian1) unstable; urgency=medium
28

39
* Update upstream version

0 commit comments

Comments
 (0)