diff --git a/Documentation/doc/resources/1.8.13/menu_version.js b/Documentation/doc/resources/1.8.13/menu_version.js index b6eb67f73fc..03ad8f3fbd0 100644 --- a/Documentation/doc/resources/1.8.13/menu_version.js +++ b/Documentation/doc/resources/1.8.13/menu_version.js @@ -3,11 +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 = '5.0' + var current_version_local = '5.0.1' var all_versions = [ 'master', 'latest', - '5.0', + '5.0.1', '4.14.2', '4.13.2', '4.12.2', diff --git a/Documentation/doc/resources/1.8.14/menu_version.js b/Documentation/doc/resources/1.8.14/menu_version.js index b6eb67f73fc..03ad8f3fbd0 100644 --- a/Documentation/doc/resources/1.8.14/menu_version.js +++ b/Documentation/doc/resources/1.8.14/menu_version.js @@ -3,11 +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 = '5.0' + var current_version_local = '5.0.1' var all_versions = [ 'master', 'latest', - '5.0', + '5.0.1', '4.14.2', '4.13.2', '4.12.2', diff --git a/Documentation/doc/resources/1.8.4/menu_version.js b/Documentation/doc/resources/1.8.4/menu_version.js index b6eb67f73fc..03ad8f3fbd0 100644 --- a/Documentation/doc/resources/1.8.4/menu_version.js +++ b/Documentation/doc/resources/1.8.4/menu_version.js @@ -3,11 +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 = '5.0' + var current_version_local = '5.0.1' var all_versions = [ 'master', 'latest', - '5.0', + '5.0.1', '4.14.2', '4.13.2', '4.12.2', diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 189f65d3668..409b35ef273 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -17,10 +17,10 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 5.0.1 +#define CGAL_VERSION 5.0.2 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050011000 +#define CGAL_VERSION_NR 1050021000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20191108 diff --git a/Maintenance/release_building/BUGFIX_NUMBER b/Maintenance/release_building/BUGFIX_NUMBER index d00491fd7e5..0cfbf08886f 100644 --- a/Maintenance/release_building/BUGFIX_NUMBER +++ b/Maintenance/release_building/BUGFIX_NUMBER @@ -1 +1 @@ -1 +2 diff --git a/Maintenance/release_building/public_release_name b/Maintenance/release_building/public_release_name index cc3a47abdef..d034b750de2 100644 --- a/Maintenance/release_building/public_release_name +++ b/Maintenance/release_building/public_release_name @@ -1 +1 @@ -CGAL-5.0.1 +CGAL-5.0.2