mirror of https://github.com/CGAL/cgal
Prepare for a beta3 and let's hope it will not be needed
This commit is contained in:
parent
7e1ca9b9df
commit
a8ed7408c3
|
|
@ -17,7 +17,7 @@
|
||||||
#define CGAL_VERSION_H
|
#define CGAL_VERSION_H
|
||||||
|
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
#define CGAL_VERSION 5.1-beta2
|
#define CGAL_VERSION 5.1-beta3
|
||||||
#define CGAL_GIT_HASH abcdef
|
#define CGAL_GIT_HASH abcdef
|
||||||
#endif
|
#endif
|
||||||
#define CGAL_VERSION_NR 1050100000
|
#define CGAL_VERSION_NR 1050100000
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
|
||||||
set(CGAL_MINOR_VERSION 1)
|
set(CGAL_MINOR_VERSION 1)
|
||||||
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.1-beta2")
|
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.1-beta3")
|
||||||
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)
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,14 @@
|
||||||
Subject: CGAL 5.1 Beta 1 Released, Computational Geometry Algorithms Library
|
Subject: CGAL 5.1 Beta 2 Released, Computational Geometry Algorithms Library
|
||||||
Content-Type: text/plain; charset="utf-8"
|
Content-Type: text/plain; charset="utf-8"
|
||||||
Body:
|
Body:
|
||||||
|
|
||||||
The CGAL Open Source Project is pleased to announce the release 5.1 Beta 1
|
The CGAL Open Source Project is pleased to announce the release 5.1 Beta 2
|
||||||
of CGAL, the Computational Geometry Algorithms Library.
|
of CGAL, the Computational Geometry Algorithms Library.
|
||||||
|
|
||||||
|
|
||||||
CGAL version 5.1 Beta 1 is a public testing release. It should provide a
|
CGAL version 5.1 Beta 2 is a public testing release. It should provide a
|
||||||
solid ground to report bugs that need to be tackled before the release
|
solid ground to report bugs that need to be tackled before the release
|
||||||
of the final version of CGAL 5.1 in July.
|
of the final version of CGAL 5.1 in September.
|
||||||
|
|
||||||
|
|
||||||
Besides fixes and general enhancement to existing packages, the following
|
Besides fixes and general enhancement to existing packages, the following
|
||||||
|
|
@ -45,6 +45,11 @@ Optimal Bounding Box (new package)
|
||||||
See also the associated blog entry:
|
See also the associated blog entry:
|
||||||
https://www.cgal.org/2020/04/20/Optimal_bounding_box/
|
https://www.cgal.org/2020/04/20/Optimal_bounding_box/
|
||||||
|
|
||||||
|
Installation
|
||||||
|
|
||||||
|
- The CGAL_Core library no longer requires Boost.Thread, even if the
|
||||||
|
g++ compiler is used.
|
||||||
|
|
||||||
Tutorials
|
Tutorials
|
||||||
|
|
||||||
- Two new, detailed tutorials have been added:
|
- Two new, detailed tutorials have been added:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue