Skip to content

Commit 9ee3a72

Browse files
committed
Release v1.9.0
* Remove scale in favor of scaleV in visuals (#119)
1 parent 00548cc commit 9ee3a72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.8.3)
14+
set(PROJECT_VERSION 1.9.0)
1515
set(PROJECT_USE_CMAKE_EXPORT TRUE)
1616

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
rbdyn (1.9.0-1debian1) unstable; urgency=medium
2+
3+
* Update upstream version
4+
5+
-- Pierre Gergondet <[email protected]> Mon, 05 Feb 2024 10:59:06 +0900
6+
17
rbdyn (1.8.3-1debian1) unstable; urgency=medium
28

39
* Update upstream version

0 commit comments

Comments
 (0)