We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00548cc commit 9ee3a72Copy full SHA for 9ee3a72
CMakeLists.txt
@@ -11,7 +11,7 @@ set(PROJECT_NAME RBDyn)
11
set(PROJECT_DESCRIPTION "...")
12
set(PROJECT_URL "https://github.com/jrl-umi3218/RBDyn")
13
set(PROJECT_DEBUG_POSTFIX "_d")
14
-set(PROJECT_VERSION 1.8.3)
+set(PROJECT_VERSION 1.9.0)
15
set(PROJECT_USE_CMAKE_EXPORT TRUE)
16
17
option(BUILD_RBDYN_PARSERS "Build URDF and YAML parsers" ON)
debian/changelog
@@ -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
7
rbdyn (1.8.3-1debian1) unstable; urgency=medium
8
9
* Update upstream version
0 commit comments