Skip to content

Commit

Permalink
Merge pull request #30 from tpaviot/review/prepare-release-6.6
Browse files Browse the repository at this point in the history
Review/prepare release 6.6
  • Loading branch information
tpaviot committed Apr 5, 2016
2 parents 799fbe9 + 0513088 commit fdbc869
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ project(SMESH CXX Fortran)
cmake_minimum_required(VERSION 2.8)

set(SMESH_VERSION_MAJOR 6)
set(SMESH_VERSION_MINOR 5)
set(SMESH_VERSION_PATCH 3)
set(SMESH_VERSION_TWEAK 2-dev)
set(SMESH_VERSION_MINOR 6)
set(SMESH_VERSION_PATCH)
set(SMESH_VERSION_TWEAK)


#####################
# Set ABI SOVERSION #
#####################
set(SMESH_ABI_SOVERSION 2)
set(SMESH_ABI_SOVERSION 3)
set(SMESH_ABI_VERSION ${SMESH_ABI_SOVERSION}.0.0)

set(BUILD_SHARED_LIBS ON)
Expand All @@ -23,7 +23,7 @@ include_directories(inc)
# Setup options #
#################
option(MONOLITHIC_BUILD "Build one monolithic smesh library." ON)
option(SMESH_TESTING "Enable unittest" OFF)
option(SMESH_TESTING "Enable unittest" ON)

#############
# Unittest #
Expand Down
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
Version 6.6 - April 2016
========================

This version is not binary compatible with smesh-6.5.3.1, OCE_ABI_VERSION was incremented

* port to oce-0.17

* gcc6 fixes

Users who contributed to this release:
Jelle Feringa, Thomas Paviot, Richard Shaw

Version 6.5.3.1 - December 2014
===============================

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

Version 5.1.2.5 - November 2014
===============================

* fixed a regression in 5.1.2.4

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

Version 5.1.2.4 - November 2014
===============================

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

Version 5.1.2.3 - November 2014

===============================
* Support for latest oce release (0.16.0)

* MinGW fixes
Expand Down

0 comments on commit fdbc869

Please sign in to comment.