Prepare CGAL-5.4-beta1

This commit is contained in:
Laurent Rineau 2021-12-14 15:35:03 +01:00
parent 33fd57c0f1
commit 2010a410e2
7 changed files with 18 additions and 14 deletions

View File

@ -14,9 +14,9 @@ supporting <a href="https://isocpp.org/wiki/faq/cpp14">C++14</a> or later.
| Linux | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} | | Linux | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} |
| | `Clang` \cgalFootnote{<A HREF="http://clang.llvm.org/">`http://clang.llvm.org/`</A>} compiler version 11.1.0 | | | `Clang` \cgalFootnote{<A HREF="http://clang.llvm.org/">`http://clang.llvm.org/`</A>} compiler version 11.1.0 |
| \ms Windows | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} | | \ms Windows | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} |
| | \ms Visual `C++` 14.0, 15.9, 16.10 (\visualstudio 2015, 2017, and 2019)\cgalFootnote{<A HREF="https://visualstudio.microsoft.com/">`https://visualstudio.microsoft.com/`</A>} | | | \ms Visual `C++` 14.0, 15.9, 16.10, 17.0 (\visualstudio 2015, 2017, 2019, and 2022)\cgalFootnote{<A HREF="https://visualstudio.microsoft.com/">`https://visualstudio.microsoft.com/`</A>} |
| MacOS X | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} | | MacOS X | \gnu `g++` 8.3 or later\cgalFootnote{<A HREF="http://gcc.gnu.org/">`http://gcc.gnu.org/`</A>} |
| | Apple `Clang` compiler versions 10.0.1 and 12.0.0 | | | Apple `Clang` compiler versions 10.0.1, 12.0.5, and 13.0.0 |
<!-- Windows supported version are also listed on windows.html (must change both) --> <!-- Windows supported version are also listed on windows.html (must change both) -->

View File

@ -6,9 +6,10 @@
var current_version_local = '5.3-beta1' var current_version_local = '5.3-beta1'
var all_versions = [ var all_versions = [
'master', 'master',
'5.3', '5.4-beta1',
'latest', 'latest',
'5.2.3', '5.3.1',
'5.2.4',
'5.1.5', '5.1.5',
'5.0.4', '5.0.4',
'4.14.3', '4.14.3',

View File

@ -6,9 +6,10 @@
var current_version_local = '5.3-beta1' var current_version_local = '5.3-beta1'
var all_versions = [ var all_versions = [
'master', 'master',
'5.3', '5.4-beta1',
'latest', 'latest',
'5.2.3', '5.3.1',
'5.2.4',
'5.1.5', '5.1.5',
'5.0.4', '5.0.4',
'4.14.3', '4.14.3',

View File

@ -6,9 +6,10 @@
var current_version_local = '5.3-beta1' var current_version_local = '5.3-beta1'
var all_versions = [ var all_versions = [
'master', 'master',
'5.3', '5.4-beta1',
'latest', 'latest',
'5.2.3', '5.3.1',
'5.2.4',
'5.1.5', '5.1.5',
'5.0.4', '5.0.4',
'4.14.3', '4.14.3',

View File

@ -6,9 +6,10 @@
var current_version_local = '5.3-beta1' var current_version_local = '5.3-beta1'
var all_versions = [ var all_versions = [
'master', 'master',
'5.3', '5.4-beta1',
'latest', 'latest',
'5.2.3', '5.3.1',
'5.2.4',
'5.1.5', '5.1.5',
'5.0.4', '5.0.4',
'4.14.3', '4.14.3',

View File

@ -17,12 +17,12 @@
#define CGAL_VERSION_H #define CGAL_VERSION_H
#ifndef SWIG #ifndef SWIG
#define CGAL_VERSION 5.4-dev #define CGAL_VERSION 5.4-beta1
#define CGAL_GIT_HASH abcdef #define CGAL_GIT_HASH abcdef
#endif #endif
#define CGAL_VERSION_NR 1050400900 #define CGAL_VERSION_NR 1050400910
#define CGAL_SVN_REVISION 99999 #define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20211206 #define CGAL_RELEASE_DATE 20211215
#include <CGAL/version_macros.h> #include <CGAL/version_macros.h>

View File

@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
set(CGAL_MINOR_VERSION 4) set(CGAL_MINOR_VERSION 4)
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.4-dev") set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4-beta1")
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)