Skip to content

Commit

Permalink
Bump version number to 0.17-rc1 and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbier committed Feb 23, 2015
1 parent 4adf166 commit 273c43a
Show file tree
Hide file tree
Showing 2 changed files with 5 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 -dev)
set(OCE_VERSION_DEVEL -rc1)

# bugfix release: add ${OCE_VERSION_PATCH} to OCE_VERSION
set(OCE_VERSION ${OCE_VERSION_MAJOR}.${OCE_VERSION_MINOR}${OCE_VERSION_DEVEL})
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 0.17 - ???
Version 0.17 - February 2015

This version is not binary compatible with OCE 0.16, OCE_ABI_SOVERSION
was incremented.
Expand All @@ -9,6 +9,9 @@ was incremented.
- Remove OCE_DISABLE_BSPLINE_MESHER option, OCCT improved meshing
in recent releases.

Users who contributed to this release:
Denis Barbier, Mario Lang, blobfish, QbProg

Version 0.16.1 - November 2014

This version is binary compatible with 0CE 0.16.
Expand Down

0 comments on commit 273c43a

Please sign in to comment.