Skip to content

Commit 485e672

Browse files
committed
Prepare for 5.2 final version
1 parent 7aac833 commit 485e672

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

Documentation/doc/resources/1.8.13/menu_version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+)(-beta\d)?)\//;
55
var url_local = /.*\/doc_output\//;
6-
var current_version_local = '5.2-beta1'
6+
var current_version_local = '5.2'
77
var all_versions = [
88
'master',
9-
'5.2-beta1',
9+
'5.2',
1010
'latest',
1111
'5.1.1',
1212
'5.0.4',

Documentation/doc/resources/1.8.14/menu_version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+)(-beta\d)?)\//;
55
var url_local = /.*\/doc_output\//;
6-
var current_version_local = '5.2-beta1'
6+
var current_version_local = '5.2'
77
var all_versions = [
88
'master',
9-
'5.2-beta1',
9+
'5.2',
1010
'latest',
1111
'5.1.1',
1212
'5.0.4',

Documentation/doc/resources/1.8.20/menu_version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+)(-beta\d)?)\//;
55
var url_local = /.*\/doc_output\//;
6-
var current_version_local = '5.2-beta1'
6+
var current_version_local = '5.2'
77
var all_versions = [
88
'master',
9-
'5.2-beta1',
9+
'5.2',
1010
'latest',
1111
'5.1.1',
1212
'5.0.4',

Documentation/doc/resources/1.8.4/menu_version.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
var url_re = /(cgal\.geometryfactory\.com\/CGAL\/doc\/|doc\.cgal\.org\/)(master|latest|(\d\.\d+|\d\.\d+\.\d+)(-beta\d)?)\//;
55
var url_local = /.*\/doc_output\//;
6-
var current_version_local = '5.2-beta1'
6+
var current_version_local = '5.2'
77
var all_versions = [
88
'master',
9-
'5.2-beta1',
9+
'5.2',
1010
'latest',
1111
'5.1.1',
1212
'5.0.4',

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 5.2-beta2
20+
#define CGAL_VERSION 5.2
2121
#define CGAL_GIT_HASH abcdef
2222
#endif
23-
#define CGAL_VERSION_NR 1050200920
23+
#define CGAL_VERSION_NR 1050201000
2424
#define CGAL_SVN_REVISION 99999
25-
#define CGAL_RELEASE_DATE 20201116
25+
#define CGAL_RELEASE_DATE 20201221
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 5)
22
set(CGAL_MINOR_VERSION 2)
33
set(CGAL_BUGFIX_VERSION 0)
44
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
5-
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2-beta2")
5+
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2")
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)