Skip to content

Commit

Permalink
Set version number to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Nov 29, 2014
1 parent 98ad2d7 commit 55afe69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
project(OCE)

set(OCE_VERSION_MAJOR 0)
set(OCE_VERSION_MINOR 17)
set(OCE_VERSION_MINOR 16)
# OCE_VERSION_PATCH is used for bugfixes releases only
# (uncomment following line)
#set(OCE_VERSION_PATCH 0)
set(OCE_VERSION_PATCH 1)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(OCE_VERSION_DEVEL -dev)
set(OCE_VERSION_DEVEL )

# bugfix release: add ${OCE_VERSION_PATCH} to OCE_VERSION
set(OCE_VERSION ${OCE_VERSION_MAJOR}.${OCE_VERSION_MINOR}${OCE_VERSION_DEVEL})
Expand Down

0 comments on commit 55afe69

Please sign in to comment.