From b6dc43f239c7f212900104bd612129aba2b88e00 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 27 Apr 2017 10:25:06 +0200 Subject: [PATCH] Prepare `master` for CGAL-4.11 --- Installation/CMakeLists.txt | 5 ++-- Installation/changes.html | 30 +++++++++++++++++++ Maintenance/release_building/MINOR_NUMBER | 2 +- .../release_building/public_release_name | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index f2694b3c55b..93b41db50d4 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -384,11 +384,12 @@ endif() # CGAL-4.7 : 11.0.1 (Nothing different in CGAL compiled libraries.) # CGAL-4.8 : 11.0.2 (Nothing different in CGAL compiled libraries.) # CGAL-4.9 : 12.0.0 (Change the API/ABI in CGAL_ImageIO, but issue with 4GB images.) -# CGAL-4.1- : 13.0.0 (Change the API/ABI in CGAL_ImageIO.) +# CGAL-4.10 : 13.0.0 (Change the API/ABI in CGAL_ImageIO.) +# CGAL-4.11 : 13.0.1 (Nothing different in CGAL compiled libraries.) # ยน) According to http://upstream-tracker.org/versions/cgal.html set( CGAL_SONAME_VERSION "13" ) -set( CGAL_SOVERSION "13.0.0" ) +set( CGAL_SOVERSION "13.0.1" ) message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" ) message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" ) diff --git a/Installation/changes.html b/Installation/changes.html index c283b7dd5a8..dd9bec0ba2b 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -70,6 +70,7 @@ +
4.10  (September 2017)
4.10  (May 2017)
4.9  (September 2016)
4.8  (April 2016) @@ -128,6 +129,35 @@ and src/ directories).

+

Release 4.11

+
+

Release date: September 2017

+ + + + + + + + + + + + + + + + + + + + + + + + +
+

Release 4.10

Release date: May 2017

diff --git a/Maintenance/release_building/MINOR_NUMBER b/Maintenance/release_building/MINOR_NUMBER index f599e28b8ab..b4de3947675 100644 --- a/Maintenance/release_building/MINOR_NUMBER +++ b/Maintenance/release_building/MINOR_NUMBER @@ -1 +1 @@ -10 +11 diff --git a/Maintenance/release_building/public_release_name b/Maintenance/release_building/public_release_name index 34542d1a8c8..60101f1a573 100644 --- a/Maintenance/release_building/public_release_name +++ b/Maintenance/release_building/public_release_name @@ -1 +1 @@ -CGAL-4.10-beta1 +CGAL-4.11-dev