CGAL-5.3-beta1 was released

This commit is contained in:
Laurent Rineau 2021-06-11 09:58:18 +02:00
parent 2891c22fc7
commit 3dce682668
7 changed files with 11 additions and 7 deletions

View File

@ -9,7 +9,7 @@
'5.3-beta1',
'latest',
'5.2.2',
'5.1.5',
'5.1.4',
'5.0.4',
'4.14.3',
'4.13.2',

View File

@ -9,7 +9,7 @@
'5.3-beta1',
'latest',
'5.2.2',
'5.1.5',
'5.1.4',
'5.0.4',
'4.14.3',
'4.13.2',

View File

@ -9,7 +9,7 @@
'5.3-beta1',
'latest',
'5.2.2',
'5.1.5',
'5.1.4',
'5.0.4',
'4.14.3',
'4.13.2',

View File

@ -9,7 +9,7 @@
'5.3-beta1',
'latest',
'5.2.2',
'5.1.5',
'5.1.4',
'5.0.4',
'4.14.3',
'4.13.2',

View File

@ -17,10 +17,10 @@
#define CGAL_VERSION_H
#ifndef SWIG
#define CGAL_VERSION 5.3-beta1
#define CGAL_VERSION 5.3-beta2
#define CGAL_GIT_HASH abcdef
#endif
#define CGAL_VERSION_NR 1050300910
#define CGAL_VERSION_NR 1050300920
#define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20210630

View File

@ -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-beta1")
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3-beta2")
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)

View File

@ -143,6 +143,10 @@ Classification
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,
easy-to-use, and efficient C++ software library of geometric data
structures and algorithms, like