Skip to content

Commit c58ac97

Browse files
committed
Prepare 5.4.x-branch for the release of version 5.4
1 parent 9eee1f1 commit c58ac97

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Documentation/doc/resources/1.8.13/menu_version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9-
'5.4-beta1',
109
'latest',
11-
'5.3.1',
10+
'5.4',
11+
'5.3.2',
1212
'5.2.4',
1313
'5.1.5',
1414
'5.0.4',

Documentation/doc/resources/1.8.14/menu_version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9-
'5.4-beta1',
109
'latest',
11-
'5.3.1',
10+
'5.4',
11+
'5.3.2',
1212
'5.2.4',
1313
'5.1.5',
1414
'5.0.4',

Documentation/doc/resources/1.8.20/menu_version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9-
'5.4-beta1',
109
'latest',
11-
'5.3.1',
10+
'5.4',
11+
'5.3.2',
1212
'5.2.4',
1313
'5.1.5',
1414
'5.0.4',

Documentation/doc/resources/1.8.4/menu_version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
var current_version_local = 'master'
77
var all_versions = [
88
'master',
9-
'5.4-beta1',
109
'latest',
11-
'5.3.1',
10+
'5.4',
11+
'5.3.2',
1212
'5.2.4',
1313
'5.1.5',
1414
'5.0.4',

Installation/include/CGAL/version.h

+2-2
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.4-beta2
20+
#define CGAL_VERSION 5.4
2121
#define CGAL_GIT_HASH abcdef
2222
#endif
2323
#define CGAL_VERSION_NR 1050400920
2424
#define CGAL_SVN_REVISION 99999
25-
#define CGAL_RELEASE_DATE 20211215
25+
#define CGAL_RELEASE_DATE 20220128
2626

2727
#include <CGAL/version_macros.h>
2828

Installation/lib/cmake/CGAL/CGALConfigVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
22
set(CGAL_MINOR_VERSION 4)
33
set(CGAL_BUGFIX_VERSION 0)
44
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
5-
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4-beta2")
5+
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4")
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)