mirror of https://github.com/CGAL/cgal
prepare CGAL-5.6 final version
This commit is contained in:
parent
c2ded068ec
commit
454ac73b35
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = 'master'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.6-beta1',
|
||||
'latest',
|
||||
'5.5.2',
|
||||
'5.4.4',
|
||||
'5.6',
|
||||
'5.5.3',
|
||||
'5.4.5',
|
||||
'5.3.2',
|
||||
'5.2.4',
|
||||
'5.1.5',
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = 'master'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.6-beta1',
|
||||
'latest',
|
||||
'5.5.2',
|
||||
'5.4.4',
|
||||
'5.6',
|
||||
'5.5.3',
|
||||
'5.4.5',
|
||||
'5.3.2',
|
||||
'5.2.4',
|
||||
'5.1.5',
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@
|
|||
#define CGAL_VERSION_H
|
||||
|
||||
#ifndef SWIG
|
||||
#define CGAL_VERSION 5.6-beta2
|
||||
#define CGAL_VERSION 5.6
|
||||
#define CGAL_GIT_HASH abcdef
|
||||
#endif
|
||||
#define CGAL_VERSION_NR 1050600920
|
||||
#define CGAL_VERSION_NR 1050601000
|
||||
#define CGAL_SVN_REVISION 99999
|
||||
#define CGAL_RELEASE_DATE 20230630
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
|
|||
set(CGAL_MINOR_VERSION 6)
|
||||
set(CGAL_BUGFIX_VERSION 0)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6-beta2")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.6")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
||||
|
||||
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue