Skip to content

Commit

Permalink
Merge pull request #543 from tpaviot/review/prepare-0.16.1
Browse files Browse the repository at this point in the history
review/prepare 0.16.1
  • Loading branch information
tpaviot committed Nov 30, 2014
2 parents 98ad2d7 + b3113f2 commit 4f9c113
Show file tree
Hide file tree
Showing 2 changed files with 18 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
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Version 0.16.1 - November 2014

This version is binary compatible with 0CE 0.16.

* cppcheck fixes (memory leaks and parse errors)

* Fix LDOMBasicString assignment operator

* Mingw fixes (OpenGl compilation)

* Fix build failures with Mesa 10.3.1

Users who contributed to this release:
Denis Barbier, Jacob Abel, Benjamin Bihler

Version 0.16 - July 2014

This version is not binary compatible with OCE 0.15, OCE_ABI_SOVERSION
Expand Down

0 comments on commit 4f9c113

Please sign in to comment.