From 10a9d44a106422959778a8cbfc5f4888ef7cdf01 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 1 Oct 2025 16:25:25 +0200 Subject: [PATCH] next version on this branch will be 6.1.1 --- Documentation/doc/resources/1.14.0/menu_version.js | 2 +- Documentation/doc/resources/1.8.13/menu_version.js | 2 +- Documentation/doc/resources/1.9.6/menu_version.js | 2 +- Installation/include/CGAL/version.h | 4 ++-- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/doc/resources/1.14.0/menu_version.js b/Documentation/doc/resources/1.14.0/menu_version.js index 5a33e8c8f23..ce8ad937a11 100644 --- a/Documentation/doc/resources/1.14.0/menu_version.js +++ b/Documentation/doc/resources/1.14.0/menu_version.js @@ -6,7 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', - '6.1-beta2', + '6.1', '6.0.2', 'latest', '5.6.3', diff --git a/Documentation/doc/resources/1.8.13/menu_version.js b/Documentation/doc/resources/1.8.13/menu_version.js index 5a33e8c8f23..ce8ad937a11 100644 --- a/Documentation/doc/resources/1.8.13/menu_version.js +++ b/Documentation/doc/resources/1.8.13/menu_version.js @@ -6,7 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', - '6.1-beta2', + '6.1', '6.0.2', 'latest', '5.6.3', diff --git a/Documentation/doc/resources/1.9.6/menu_version.js b/Documentation/doc/resources/1.9.6/menu_version.js index 5a33e8c8f23..ce8ad937a11 100644 --- a/Documentation/doc/resources/1.9.6/menu_version.js +++ b/Documentation/doc/resources/1.9.6/menu_version.js @@ -6,7 +6,7 @@ var current_version_local = 'master' var all_versions = [ 'master', - '6.1-beta2', + '6.1', '6.0.2', 'latest', '5.6.3', diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 499c8c1f74c..765497810a4 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 6.1 +#define CGAL_VERSION 6.1.1 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1060100930 +#define CGAL_VERSION_NR 1060111000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20250901 diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index 10098c9d43a..e64beba5008 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -1,8 +1,8 @@ set(CGAL_MAJOR_VERSION 6) set(CGAL_MINOR_VERSION 1) -set(CGAL_BUGFIX_VERSION 0) +set(CGAL_BUGFIX_VERSION 1) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1.1") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)