We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f860911 commit 01cd082Copy full SHA for 01cd082
CMakeLists.txt
@@ -22,7 +22,7 @@ endif()
22
PROJECT(orocos-rtt)
23
24
25
-SET( RTT_VERSION 2.9.1 )
+SET( RTT_VERSION 2.9.2 )
26
STRING( REGEX MATCHALL "[0-9]+" RTT_VERSIONS ${RTT_VERSION} )
27
LIST( GET RTT_VERSIONS 0 RTT_VERSION_MAJOR)
28
LIST( GET RTT_VERSIONS 1 RTT_VERSION_MINOR)
package.xml
@@ -1,6 +1,6 @@
1
<package>
2
<name>rtt</name>
3
- <version>2.9.1</version>
+ <version>2.9.2</version>
4
<description >
5
Orocos/RTT component framework
6
</description>
0 commit comments