From 47aab15a170dc308300fc4e938185e6725525014 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 31 Jan 2022 17:26:46 +0100 Subject: [PATCH] Next version in this branch will be 5.4.1 --- 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 54a997a932d..3e564f23ef2 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 +#define CGAL_VERSION 5.4.1 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050400920 +#define CGAL_VERSION_NR 1050410000 #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 f00b24a9ee0..e8055e48f93 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 0) +set(CGAL_BUGFIX_VERSION 1) include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4") +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.4.1") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)