From 01e5727a50a2449b03dc4cfcccf0e24635730dbe Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 1 Mar 2019 16:27:11 +0100 Subject: [PATCH] Prepare CGAL-4.14-beta1 --- Documentation/doc/resources/1.8.13/menu_version.js | 3 ++- Documentation/doc/resources/1.8.14/menu_version.js | 3 ++- Documentation/doc/resources/1.8.4/menu_version.js | 3 ++- Installation/include/CGAL/version.h | 6 +++--- Maintenance/release_building/public_release_name | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Documentation/doc/resources/1.8.13/menu_version.js b/Documentation/doc/resources/1.8.13/menu_version.js index c575b27aff5..88304fa7837 100644 --- a/Documentation/doc/resources/1.8.13/menu_version.js +++ b/Documentation/doc/resources/1.8.13/menu_version.js @@ -3,10 +3,11 @@ var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+))\//; var url_local = /.*\/doc_output\//; - var current_version_local = '4.13-beta1' + var current_version_local = '4.14-beta1' var all_versions = [ 'master', 'latest', + '4.14-beta1', '4.13', '4.12.1', '4.11.3', diff --git a/Documentation/doc/resources/1.8.14/menu_version.js b/Documentation/doc/resources/1.8.14/menu_version.js index c575b27aff5..88304fa7837 100644 --- a/Documentation/doc/resources/1.8.14/menu_version.js +++ b/Documentation/doc/resources/1.8.14/menu_version.js @@ -3,10 +3,11 @@ var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+))\//; var url_local = /.*\/doc_output\//; - var current_version_local = '4.13-beta1' + var current_version_local = '4.14-beta1' var all_versions = [ 'master', 'latest', + '4.14-beta1', '4.13', '4.12.1', '4.11.3', diff --git a/Documentation/doc/resources/1.8.4/menu_version.js b/Documentation/doc/resources/1.8.4/menu_version.js index c575b27aff5..88304fa7837 100644 --- a/Documentation/doc/resources/1.8.4/menu_version.js +++ b/Documentation/doc/resources/1.8.4/menu_version.js @@ -3,10 +3,11 @@ var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+))\//; var url_local = /.*\/doc_output\//; - var current_version_local = '4.13-beta1' + var current_version_local = '4.14-beta1' var all_versions = [ 'master', 'latest', + '4.14-beta1', '4.13', '4.12.1', '4.11.3', diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 1f3acb0cd2f..103d22ce1f0 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -25,11 +25,11 @@ #ifndef CGAL_VERSION_H #define CGAL_VERSION_H -#define CGAL_VERSION 4.14-dev -#define CGAL_VERSION_NR 1041400000 +#define CGAL_VERSION 4.14-beta1 +#define CGAL_VERSION_NR 1041400910 #define CGAL_SVN_REVISION 99999 #define CGAL_GIT_HASH abcdef -#define CGAL_RELEASE_DATE 20181001 +#define CGAL_RELEASE_DATE 20190301 #include diff --git a/Maintenance/release_building/public_release_name b/Maintenance/release_building/public_release_name index cc75900d7a5..51fb3f52341 100644 --- a/Maintenance/release_building/public_release_name +++ b/Maintenance/release_building/public_release_name @@ -1 +1 @@ -CGAL-4.14-dev +CGAL-4.14-beta1