From b2f6f03d3fac4a648bd2d521716a31da9ba4435c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 1 Jul 2025 16:56:47 +0200 Subject: [PATCH] update CGAL version to 6.1-beta1 --- Documentation/doc/resources/1.10.0/menu_version.js | 1 + Documentation/doc/resources/1.8.13/menu_version.js | 1 + Documentation/doc/resources/1.9.6/menu_version.js | 1 + Installation/include/CGAL/version.h | 6 +++--- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Documentation/doc/resources/1.10.0/menu_version.js b/Documentation/doc/resources/1.10.0/menu_version.js index 79c0a8d5d9f..0c2ca745205 100644 --- a/Documentation/doc/resources/1.10.0/menu_version.js +++ b/Documentation/doc/resources/1.10.0/menu_version.js @@ -6,6 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', + '6.1-beta1', '6.0.1', 'latest', '5.6.2', diff --git a/Documentation/doc/resources/1.8.13/menu_version.js b/Documentation/doc/resources/1.8.13/menu_version.js index 79c0a8d5d9f..0c2ca745205 100644 --- a/Documentation/doc/resources/1.8.13/menu_version.js +++ b/Documentation/doc/resources/1.8.13/menu_version.js @@ -6,6 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', + '6.1-beta1', '6.0.1', 'latest', '5.6.2', diff --git a/Documentation/doc/resources/1.9.6/menu_version.js b/Documentation/doc/resources/1.9.6/menu_version.js index 79c0a8d5d9f..0c2ca745205 100644 --- a/Documentation/doc/resources/1.9.6/menu_version.js +++ b/Documentation/doc/resources/1.9.6/menu_version.js @@ -6,6 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', + '6.1-beta1', '6.0.1', 'latest', '5.6.2', diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 57c2faa11bc..3f080a71ff1 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -17,12 +17,12 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 6.1-dev +#define CGAL_VERSION 6.1-beta1 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1060100900 +#define CGAL_VERSION_NR 1060100910 #define CGAL_SVN_REVISION 99999 -#define CGAL_RELEASE_DATE 20241130 +#define CGAL_RELEASE_DATE 20250701 #include diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index d634917b94b..4a48e60f467 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 6) set(CGAL_MINOR_VERSION 1) set(CGAL_BUGFIX_VERSION 0) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-dev") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-beta1") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)