From 28e6e7249f8b2fcc2d39da6f4cdee763294376c4 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 12 Oct 2022 15:28:35 +0200 Subject: [PATCH 1/2] 5.4.x-branch now targets CGAL-5.4.4 --- Installation/include/CGAL/version.h | 4 ++-- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 1e46ed75e33..5fe2847d294 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -17,10 +17,10 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 5.4.3 +#define CGAL_VERSION 5.4.4 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050430000 +#define CGAL_VERSION_NR 1050440000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20220128 diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index 0ab850fe663..47218082e93 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 4) -set(CGAL_BUGFIX_VERSION 3) +set(CGAL_BUGFIX_VERSION 4) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4.3") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4.4") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0) From 755bfe4dc626e94f5afa6c60a6bc8ab58c8059ba Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 12 Oct 2022 15:30:32 +0200 Subject: [PATCH 2/2] 5.5.x-branch now targets CGAL-5.5.2 --- Installation/include/CGAL/version.h | 4 ++-- Installation/lib/cmake/CGAL/CGALConfigVersion.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation/include/CGAL/version.h b/Installation/include/CGAL/version.h index 4f747f9b61a..452f365faa0 100644 --- a/Installation/include/CGAL/version.h +++ b/Installation/include/CGAL/version.h @@ -17,10 +17,10 @@ #define CGAL_VERSION_H #ifndef SWIG -#define CGAL_VERSION 5.5.1 +#define CGAL_VERSION 5.5.2 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050511000 +#define CGAL_VERSION_NR 1050521000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20220531 diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index b2a50257416..4d62f409512 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 5) -set(CGAL_BUGFIX_VERSION 1) +set(CGAL_BUGFIX_VERSION 2) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5.1") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5.2") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)