From 387f55cfcace3f15d76fa2a723b82f81746a3979 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 31 Oct 2019 10:32:50 +0100 Subject: [PATCH] Next version in this branch will be 5.0-beta3 (or the final release) --- Installation/include/CGAL/version.h | 6 +++--- Maintenance/release_building/public_release_name | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index f3edd55ba82..f8dc7b70b07 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -16,11 +16,11 @@ #ifndef CGAL_VERSION_H #define CGAL_VERSION_H -#define CGAL_VERSION 5.0-beta2 -#define CGAL_VERSION_NR 1050000920 +#define CGAL_VERSION 5.0-beta3 +#define CGAL_VERSION_NR 1050000930 #define CGAL_SVN_REVISION 99999 #define CGAL_GIT_HASH abcdef -#define CGAL_RELEASE_DATE 20190930 +#define CGAL_RELEASE_DATE 20191031 #include diff --git a/Maintenance/release_building/public_release_name b/Maintenance/release_building/public_release_name index 35f0924c662..7c0cede8ccf 100644 --- a/Maintenance/release_building/public_release_name +++ b/Maintenance/release_building/public_release_name @@ -1 +1 @@ -CGAL-5.0-beta2 +CGAL-5.0-beta3