mirror of https://github.com/CGAL/cgal
CGAL-5.3-beta1 was released
This commit is contained in:
parent
2891c22fc7
commit
3dce682668
|
|
@ -9,7 +9,7 @@
|
||||||
'5.3-beta1',
|
'5.3-beta1',
|
||||||
'latest',
|
'latest',
|
||||||
'5.2.2',
|
'5.2.2',
|
||||||
'5.1.5',
|
'5.1.4',
|
||||||
'5.0.4',
|
'5.0.4',
|
||||||
'4.14.3',
|
'4.14.3',
|
||||||
'4.13.2',
|
'4.13.2',
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
'5.3-beta1',
|
'5.3-beta1',
|
||||||
'latest',
|
'latest',
|
||||||
'5.2.2',
|
'5.2.2',
|
||||||
'5.1.5',
|
'5.1.4',
|
||||||
'5.0.4',
|
'5.0.4',
|
||||||
'4.14.3',
|
'4.14.3',
|
||||||
'4.13.2',
|
'4.13.2',
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
'5.3-beta1',
|
'5.3-beta1',
|
||||||
'latest',
|
'latest',
|
||||||
'5.2.2',
|
'5.2.2',
|
||||||
'5.1.5',
|
'5.1.4',
|
||||||
'5.0.4',
|
'5.0.4',
|
||||||
'4.14.3',
|
'4.14.3',
|
||||||
'4.13.2',
|
'4.13.2',
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
'5.3-beta1',
|
'5.3-beta1',
|
||||||
'latest',
|
'latest',
|
||||||
'5.2.2',
|
'5.2.2',
|
||||||
'5.1.5',
|
'5.1.4',
|
||||||
'5.0.4',
|
'5.0.4',
|
||||||
'4.14.3',
|
'4.14.3',
|
||||||
'4.13.2',
|
'4.13.2',
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,10 @@
|
||||||
#define CGAL_VERSION_H
|
#define CGAL_VERSION_H
|
||||||
|
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
#define CGAL_VERSION 5.3-beta1
|
#define CGAL_VERSION 5.3-beta2
|
||||||
#define CGAL_GIT_HASH abcdef
|
#define CGAL_GIT_HASH abcdef
|
||||||
#endif
|
#endif
|
||||||
#define CGAL_VERSION_NR 1050300910
|
#define CGAL_VERSION_NR 1050300920
|
||||||
#define CGAL_SVN_REVISION 99999
|
#define CGAL_SVN_REVISION 99999
|
||||||
#define CGAL_RELEASE_DATE 20210630
|
#define CGAL_RELEASE_DATE 20210630
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
|
||||||
set(CGAL_MINOR_VERSION 3)
|
set(CGAL_MINOR_VERSION 3)
|
||||||
set(CGAL_BUGFIX_VERSION 0)
|
set(CGAL_BUGFIX_VERSION 0)
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3-beta1")
|
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3-beta2")
|
||||||
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
||||||
|
|
||||||
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,10 @@ Classification
|
||||||
removed.
|
removed.
|
||||||
|
|
||||||
|
|
||||||
|
See https://www.cgal.org/2021/06/04/cgal53-beta1/ for a
|
||||||
|
complete list of changes.
|
||||||
|
|
||||||
|
|
||||||
The CGAL project is a collaborative effort to develop a robust,
|
The CGAL project is a collaborative effort to develop a robust,
|
||||||
easy-to-use, and efficient C++ software library of geometric data
|
easy-to-use, and efficient C++ software library of geometric data
|
||||||
structures and algorithms, like
|
structures and algorithms, like
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue