Commit c58ac97 1 parent 9eee1f1 commit c58ac97 Copy full SHA for c58ac97
File tree 6 files changed +11
-11
lines changed
Documentation/doc/resources
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 6
6
var current_version_local = 'master'
7
7
var all_versions = [
8
8
'master' ,
9
- '5.4-beta1' ,
10
9
'latest' ,
11
- '5.3.1' ,
10
+ '5.4' ,
11
+ '5.3.2' ,
12
12
'5.2.4' ,
13
13
'5.1.5' ,
14
14
'5.0.4' ,
Original file line number Diff line number Diff line change 6
6
var current_version_local = 'master'
7
7
var all_versions = [
8
8
'master' ,
9
- '5.4-beta1' ,
10
9
'latest' ,
11
- '5.3.1' ,
10
+ '5.4' ,
11
+ '5.3.2' ,
12
12
'5.2.4' ,
13
13
'5.1.5' ,
14
14
'5.0.4' ,
Original file line number Diff line number Diff line change 6
6
var current_version_local = 'master'
7
7
var all_versions = [
8
8
'master' ,
9
- '5.4-beta1' ,
10
9
'latest' ,
11
- '5.3.1' ,
10
+ '5.4' ,
11
+ '5.3.2' ,
12
12
'5.2.4' ,
13
13
'5.1.5' ,
14
14
'5.0.4' ,
Original file line number Diff line number Diff line change 6
6
var current_version_local = 'master'
7
7
var all_versions = [
8
8
'master' ,
9
- '5.4-beta1' ,
10
9
'latest' ,
11
- '5.3.1' ,
10
+ '5.4' ,
11
+ '5.3.2' ,
12
12
'5.2.4' ,
13
13
'5.1.5' ,
14
14
'5.0.4' ,
Original file line number Diff line number Diff line change 17
17
#define CGAL_VERSION_H
18
18
19
19
#ifndef SWIG
20
- #define CGAL_VERSION 5.4-beta2
20
+ #define CGAL_VERSION 5.4
21
21
#define CGAL_GIT_HASH abcdef
22
22
#endif
23
23
#define CGAL_VERSION_NR 1050400920
24
24
#define CGAL_SVN_REVISION 99999
25
- #define CGAL_RELEASE_DATE 20211215
25
+ #define CGAL_RELEASE_DATE 20220128
26
26
27
27
#include <CGAL/version_macros.h>
28
28
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
2
2
set (CGAL_MINOR_VERSION 4)
3
3
set (CGAL_BUGFIX_VERSION 0)
4
4
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" )
6
6
set (CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION} " )
7
7
8
8
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
You can’t perform that action at this time.
0 commit comments