mirror of https://github.com/CGAL/cgal
Change the release name, from 5.3-beta2 to 5.3
...and prepare for the near publication of 5.1.5 and 5.2.3.
This commit is contained in:
parent
7091735f33
commit
484ee4c6c4
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = '5.3-beta1'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.3-beta1',
|
||||
'5.3',
|
||||
'latest',
|
||||
'5.2.2',
|
||||
'5.1.4',
|
||||
'5.2.3',
|
||||
'5.1.5',
|
||||
'5.0.4',
|
||||
'4.14.3',
|
||||
'4.13.2',
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = '5.3-beta1'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.3-beta1',
|
||||
'5.3',
|
||||
'latest',
|
||||
'5.2.2',
|
||||
'5.1.4',
|
||||
'5.2.3',
|
||||
'5.1.5',
|
||||
'5.0.4',
|
||||
'4.14.3',
|
||||
'4.13.2',
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = '5.3-beta1'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.3-beta1',
|
||||
'5.3',
|
||||
'latest',
|
||||
'5.2.2',
|
||||
'5.1.4',
|
||||
'5.2.3',
|
||||
'5.1.5',
|
||||
'5.0.4',
|
||||
'4.14.3',
|
||||
'4.13.2',
|
||||
|
|
|
|||
|
|
@ -6,10 +6,10 @@
|
|||
var current_version_local = '5.3-beta1'
|
||||
var all_versions = [
|
||||
'master',
|
||||
'5.3-beta1',
|
||||
'5.3',
|
||||
'latest',
|
||||
'5.2.2',
|
||||
'5.1.4',
|
||||
'5.2.3',
|
||||
'5.1.5',
|
||||
'5.0.4',
|
||||
'4.14.3',
|
||||
'4.13.2',
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@
|
|||
#define CGAL_VERSION_H
|
||||
|
||||
#ifndef SWIG
|
||||
#define CGAL_VERSION 5.3-beta2
|
||||
#define CGAL_VERSION 5.3
|
||||
#define CGAL_GIT_HASH abcdef
|
||||
#endif
|
||||
#define CGAL_VERSION_NR 1050300920
|
||||
#define CGAL_VERSION_NR 1050301000
|
||||
#define CGAL_SVN_REVISION 99999
|
||||
#define CGAL_RELEASE_DATE 20210630
|
||||
#define CGAL_RELEASE_DATE 20210706
|
||||
|
||||
#include <CGAL/version_macros.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
|
|||
set(CGAL_MINOR_VERSION 3)
|
||||
set(CGAL_BUGFIX_VERSION 0)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3-beta2")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3")
|
||||
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