From da4b2632c9a8116d44a9e77f49795c68c55efd69 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 1 Aug 2017 15:20:22 +0200 Subject: [PATCH] Prepare master for CGAL-4.12 --- Installation/CMakeLists.txt | 3 +- Installation/changes.html | 31 +++++++++++++++++++ Maintenance/release_building/MINOR_NUMBER | 2 +- .../release_building/public_release_name | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 005c512e1f8..c984f62e4a6 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -386,10 +386,11 @@ endif() # CGAL-4.9 : 12.0.0 (Change the API/ABI in CGAL_ImageIO, but issue with 4GB images.) # 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.) +# CGAL-4.12 : 13.0.2 (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.1" ) +set( CGAL_SOVERSION "13.0.2" ) 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 6847de8e5b2..10166ce3997 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -70,6 +70,7 @@ +
4.12  (April 2018)
4.11  (September 2017)
4.10  (May 2017)
4.9  (September 2016) @@ -129,6 +130,36 @@ and src/ directories).

+

Release 4.12

+
+

Release date: April 2018

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

Release 4.11

Release date: September 2017

diff --git a/Maintenance/release_building/MINOR_NUMBER b/Maintenance/release_building/MINOR_NUMBER index b4de3947675..48082f72f08 100644 --- a/Maintenance/release_building/MINOR_NUMBER +++ b/Maintenance/release_building/MINOR_NUMBER @@ -1 +1 @@ -11 +12 diff --git a/Maintenance/release_building/public_release_name b/Maintenance/release_building/public_release_name index e87acea3054..b3555e156b1 100644 --- a/Maintenance/release_building/public_release_name +++ b/Maintenance/release_building/public_release_name @@ -1 +1 @@ -CGAL-4.11-beta1 +CGAL-4.12-dev