Skip to content

Commit fdbc869

Browse files
committed
Merge pull request #30 from tpaviot/review/prepare-release-6.6
Review/prepare release 6.6
2 parents 799fbe9 + 0513088 commit fdbc869

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ project(SMESH CXX Fortran)
33
cmake_minimum_required(VERSION 2.8)
44

55
set(SMESH_VERSION_MAJOR 6)
6-
set(SMESH_VERSION_MINOR 5)
7-
set(SMESH_VERSION_PATCH 3)
8-
set(SMESH_VERSION_TWEAK 2-dev)
6+
set(SMESH_VERSION_MINOR 6)
7+
set(SMESH_VERSION_PATCH)
8+
set(SMESH_VERSION_TWEAK)
99

1010

1111
#####################
1212
# Set ABI SOVERSION #
1313
#####################
14-
set(SMESH_ABI_SOVERSION 2)
14+
set(SMESH_ABI_SOVERSION 3)
1515
set(SMESH_ABI_VERSION ${SMESH_ABI_SOVERSION}.0.0)
1616

1717
set(BUILD_SHARED_LIBS ON)
@@ -23,7 +23,7 @@ include_directories(inc)
2323
# Setup options #
2424
#################
2525
option(MONOLITHIC_BUILD "Build one monolithic smesh library." ON)
26-
option(SMESH_TESTING "Enable unittest" OFF)
26+
option(SMESH_TESTING "Enable unittest" ON)
2727

2828
#############
2929
# Unittest #

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1+
Version 6.6 - April 2016
2+
========================
3+
4+
This version is not binary compatible with smesh-6.5.3.1, OCE_ABI_VERSION was incremented
5+
6+
* port to oce-0.17
7+
8+
* gcc6 fixes
9+
10+
Users who contributed to this release:
11+
Jelle Feringa, Thomas Paviot, Richard Shaw
12+
113
Version 6.5.3.1 - December 2014
14+
===============================
215

316
This version is not binary compatible with smesh-5.1.2.5, OCE_ABI_SOVERSION
417
was incremented.
@@ -9,6 +22,7 @@ Users who contributed to this release:
922
Thomas Paviot, integrating patch from Fotios Sioutis
1023

1124
Version 5.1.2.5 - November 2014
25+
===============================
1226

1327
* fixed a regression in 5.1.2.4
1428

@@ -22,6 +36,7 @@ Users who contributed to this release:
2236
Thomas Paviot, Richard Shaw
2337

2438
Version 5.1.2.4 - November 2014
39+
===============================
2540

2641
* cmake improvements
2742
- Separates main config from library.
@@ -45,6 +60,7 @@ Users who contributed to this release:
4560

4661
Version 5.1.2.3 - November 2014
4762

63+
===============================
4864
* Support for latest oce release (0.16.0)
4965

5066
* MinGW fixes

0 commit comments

Comments
 (0)