main will now target 6.2

This commit is contained in:
Sébastien Loriot 2025-08-04 10:20:25 +02:00
parent 53055962ed
commit 4b9ca293c7
2 changed files with 5 additions and 5 deletions

View File

@ -17,12 +17,12 @@
#define CGAL_VERSION_H #define CGAL_VERSION_H
#ifndef SWIG #ifndef SWIG
#define CGAL_VERSION 6.1-beta2 #define CGAL_VERSION 6.2-dev
#define CGAL_GIT_HASH abcdef #define CGAL_GIT_HASH abcdef
#endif #endif
#define CGAL_VERSION_NR 1060100920 #define CGAL_VERSION_NR 1060200900
#define CGAL_SVN_REVISION 99999 #define CGAL_SVN_REVISION 99999
#define CGAL_RELEASE_DATE 20250701 #define CGAL_RELEASE_DATE 20260401
#include <CGAL/version_macros.h> #include <CGAL/version_macros.h>

View File

@ -1,8 +1,8 @@
set(CGAL_MAJOR_VERSION 6) set(CGAL_MAJOR_VERSION 6)
set(CGAL_MINOR_VERSION 1) set(CGAL_MINOR_VERSION 2)
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 "6.1-beta2") set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.2-dev")
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)