Skip to content

Commit

Permalink
2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerj committed Jun 3, 2019
1 parent f860911 commit 01cd082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endif()
PROJECT(orocos-rtt)


SET( RTT_VERSION 2.9.1 )
SET( RTT_VERSION 2.9.2 )
STRING( REGEX MATCHALL "[0-9]+" RTT_VERSIONS ${RTT_VERSION} )
LIST( GET RTT_VERSIONS 0 RTT_VERSION_MAJOR)
LIST( GET RTT_VERSIONS 1 RTT_VERSION_MINOR)
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>rtt</name>
<version>2.9.1</version>
<version>2.9.2</version>
<description >
Orocos/RTT component framework
</description>
Expand Down

0 comments on commit 01cd082

Please sign in to comment.