Skip to content

Commit

Permalink
bump version to 2.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Almeida <[email protected]>
  • Loading branch information
francisco-miguel-almeida committed Apr 15, 2019
1 parent 606bfb2 commit 6f5bb25
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 @@ -18,7 +18,7 @@ ENDIF(${CMAKE_MAJOR_VERSION} EQUAL 2 AND ${CMAKE_MINOR_VERSION} GREATER 4)

PROJECT(ocl)

SET( OCL_VERSION 2.9.0 )
SET( OCL_VERSION 2.9.1 )
STRING( REGEX MATCHALL "[0-9]+" OCL_VERSIONS ${OCL_VERSION} )
LIST( GET OCL_VERSIONS 0 OCL_VERSION_MAJOR)
LIST( GET OCL_VERSIONS 1 OCL_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>ocl</name>
<version>2.9.0</version>
<version>2.9.1</version>
<description>
Orocos component library
This package contains standard components for the Orocos Toolchain
Expand Down

0 comments on commit 6f5bb25

Please sign in to comment.