Skip to content

Commit

Permalink
Merge pull request #550 from tpaviot/review/prepare-0.17
Browse files Browse the repository at this point in the history
Review/prepare 0.17
  • Loading branch information
dbarbier committed Mar 8, 2015
2 parents 273c43a + 4bcc947 commit 7a81287
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 @@ -25,7 +25,7 @@ set(OCE_VERSION_MINOR 17)
# (uncomment following line)
# set(OCE_VERSION_PATCH 1)
# Empty for official releases, set to -dev, -rc1, etc for development releases
set(OCE_VERSION_DEVEL -rc1)
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
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.17 - February 2015
Version 0.17 - March 2015

This version is not binary compatible with OCE 0.16, OCE_ABI_SOVERSION
was incremented.
Expand Down

0 comments on commit 7a81287

Please sign in to comment.