diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 549cfbbb1ec..7982e27a439 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 5.2-beta2 +#define CGAL_VERSION 5.3-dev #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050200920 +#define CGAL_VERSION_NR 1050300000 #define CGAL_SVN_REVISION 99999 -#define CGAL_RELEASE_DATE 20201116 +#define CGAL_RELEASE_DATE 20210630 #include diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index ec1e1169262..9fe3246f5a2 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -1,8 +1,8 @@ set(CGAL_MAJOR_VERSION 5) -set(CGAL_MINOR_VERSION 2) +set(CGAL_MINOR_VERSION 3) set(CGAL_BUGFIX_VERSION 0) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2-beta2") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.3-dev") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)