Skip to content

Commit 0c770e7

Browse files
committed
Bump version number to 2.8.99 in order to allow depending packages to adapt to updated API based on the RTT_VERSION* macros
Signed-off-by: Johannes Meyer <[email protected]>
1 parent a43c7a7 commit 0c770e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif()
2222
PROJECT(orocos-rtt)
2323

2424

25-
SET( RTT_VERSION 2.8.1 )
25+
SET( RTT_VERSION 2.8.99 )
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>rtt</name>
3-
<version>2.8.1</version>
3+
<version>2.8.99</version>
44
<description >
55
Orocos/RTT component framework
66
</description>

0 commit comments

Comments
 (0)