From 096075ecfc558ae180fd543c47eeb9afd92d2431 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 21 Oct 2024 17:45:41 +0200 Subject: [PATCH] master will now target 6.1 --- Installation/include/CGAL/version.h | 6 +++--- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 8cdee7a0aa3..57c2faa11bc 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -17,12 +17,12 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 6.0.1 +#define CGAL_VERSION 6.1-dev #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1060011000 +#define CGAL_VERSION_NR 1060100900 #define CGAL_SVN_REVISION 99999 -#define CGAL_RELEASE_DATE 20240925 +#define CGAL_RELEASE_DATE 20241130 #include diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index e5e2176a20b..d634917b94b 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -1,8 +1,8 @@ set(CGAL_MAJOR_VERSION 6) -set(CGAL_MINOR_VERSION 0) -set(CGAL_BUGFIX_VERSION 1) +set(CGAL_MINOR_VERSION 1) +set(CGAL_BUGFIX_VERSION 0) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0.1") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.1-dev") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)