From 454ac73b35c4eae189c8d12f66a727b07c370a43 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 26 Jul 2023 14:15:18 +0200 Subject: [PATCH] prepare CGAL-5.6 final version --- Documentation/doc/resources/1.8.13/menu_version.js | 6 +++--- Documentation/doc/resources/1.9.6/menu_version.js | 6 +++--- Installation/include/CGAL/version.h | 4 ++-- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Documentation/doc/resources/1.8.13/menu_version.js b/Documentation/doc/resources/1.8.13/menu_version.js index a66903b10fee..4eca6298d51a 100644 --- a/Documentation/doc/resources/1.8.13/menu_version.js +++ b/Documentation/doc/resources/1.8.13/menu_version.js @@ -6,10 +6,10 @@ var current_version_local = 'master' var all_versions = [ 'master', - '5.6-beta1', 'latest', - '5.5.2', - '5.4.4', + '5.6', + '5.5.3', + '5.4.5', '5.3.2', '5.2.4', '5.1.5', diff --git a/Documentation/doc/resources/1.9.6/menu_version.js b/Documentation/doc/resources/1.9.6/menu_version.js index a66903b10fee..4eca6298d51a 100644 --- a/Documentation/doc/resources/1.9.6/menu_version.js +++ b/Documentation/doc/resources/1.9.6/menu_version.js @@ -6,10 +6,10 @@ var current_version_local = 'master' var all_versions = [ 'master', - '5.6-beta1', 'latest', - '5.5.2', - '5.4.4', + '5.6', + '5.5.3', + '5.4.5', '5.3.2', '5.2.4', '5.1.5', diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 277c987e30f3..ea295e0720d4 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.6-beta2 +#define CGAL_VERSION 5.6 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050600920 +#define CGAL_VERSION_NR 1050601000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20230630 diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index cf9ec6002db6..d75a86e2fb1c 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5) set(CGAL_MINOR_VERSION 6) set(CGAL_BUGFIX_VERSION 0) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6-beta2") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)