Skip to content

Commit 01cd082

Browse files
committed
2.9.2
1 parent f860911 commit 01cd082

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
PROJECT(orocos-rtt)
2323

2424

25-
SET( RTT_VERSION 2.9.1 )
25+
SET( RTT_VERSION 2.9.2 )
2626
STRING( REGEX MATCHALL "[0-9]+" RTT_VERSIONS ${RTT_VERSION} )
2727
LIST( GET RTT_VERSIONS 0 RTT_VERSION_MAJOR)
2828
LIST( GET RTT_VERSIONS 1 RTT_VERSION_MINOR)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rtt</name>
3-
<version>2.9.1</version>
3+
<version>2.9.2</version>
44
<description >
55
Orocos/RTT component framework
66
</description>

0 commit comments

Comments
 (0)