Skip to content

Commit 4f9c113

Browse files
committed
Merge pull request #543 from tpaviot/review/prepare-0.16.1
review/prepare 0.16.1
2 parents 98ad2d7 + b3113f2 commit 4f9c113

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
project(OCE)
2121

2222
set(OCE_VERSION_MAJOR 0)
23-
set(OCE_VERSION_MINOR 17)
23+
set(OCE_VERSION_MINOR 16)
2424
# OCE_VERSION_PATCH is used for bugfixes releases only
2525
# (uncomment following line)
26-
#set(OCE_VERSION_PATCH 0)
26+
set(OCE_VERSION_PATCH 1)
2727
# Empty for official releases, set to -dev, -rc1, etc for development releases
28-
set(OCE_VERSION_DEVEL -dev)
28+
set(OCE_VERSION_DEVEL )
2929

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

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 0.16.1 - November 2014
2+
3+
This version is binary compatible with 0CE 0.16.
4+
5+
* cppcheck fixes (memory leaks and parse errors)
6+
7+
* Fix LDOMBasicString assignment operator
8+
9+
* Mingw fixes (OpenGl compilation)
10+
11+
* Fix build failures with Mesa 10.3.1
12+
13+
Users who contributed to this release:
14+
Denis Barbier, Jacob Abel, Benjamin Bihler
15+
116
Version 0.16 - July 2014
217

318
This version is not binary compatible with OCE 0.15, OCE_ABI_SOVERSION

0 commit comments

Comments
 (0)