Skip to content

Commit b2f6f03

Browse files
committed
update CGAL version to 6.1-beta1
1 parent 077be39 commit b2f6f03

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Documentation/doc/resources/1.10.0/menu_version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9+
'6.1-beta1',
910
'6.0.1',
1011
'latest',
1112
'5.6.2',

Documentation/doc/resources/1.8.13/menu_version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9+
'6.1-beta1',
910
'6.0.1',
1011
'latest',
1112
'5.6.2',

Documentation/doc/resources/1.9.6/menu_version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9+
'6.1-beta1',
910
'6.0.1',
1011
'latest',
1112
'5.6.2',

Installation/include/CGAL/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
#define CGAL_VERSION_H
1818

1919
#ifndef SWIG
20-
#define CGAL_VERSION 6.1-dev
20+
#define CGAL_VERSION 6.1-beta1
2121
#define CGAL_GIT_HASH abcdef
2222
#endif
23-
#define CGAL_VERSION_NR 1060100900
23+
#define CGAL_VERSION_NR 1060100910
2424
#define CGAL_SVN_REVISION 99999
25-
#define CGAL_RELEASE_DATE 20241130
25+
#define CGAL_RELEASE_DATE 20250701
2626

2727
#include <CGAL/version_macros.h>
2828

Installation/lib/cmake/CGAL/CGALConfigVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 6)
22
set(CGAL_MINOR_VERSION 1)
33
set(CGAL_BUGFIX_VERSION 0)
44
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
5-
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-dev")
5+
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-beta1")
66
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
77

88
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)

0 commit comments

Comments
 (0)