File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Documentation/doc/resources Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 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' ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
22set (CGAL_MINOR_VERSION 4)
33set (CGAL_BUGFIX_VERSION 0)
44include (${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" )
66set (CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION} " )
77
88if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
You can’t perform that action at this time.
0 commit comments