From 873fc83a44e66a2b3dc384a994b0419254777903 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 3 Aug 2020 12:25:09 +0200 Subject: [PATCH] This branch now targets 5.0.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 a4947725b45..15efa061539 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.0.3 +#define CGAL_VERSION 5.0.4 #define CGAL_GIT_HASH abcdef #endif -#define CGAL_VERSION_NR 1050031000 +#define CGAL_VERSION_NR 1050041000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20191108 diff --git a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake index ac125e9165a..695e8739631 100644 --- a/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake +++ b/Installation/lib/cmake/CGAL/CGALConfigVersion.cmake @@ -1,7 +1,7 @@ set(CGAL_MAJOR_VERSION 5) set(CGAL_MINOR_VERSION 0) -set(CGAL_BUGFIX_VERSION 3) -set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.0.3") +set(CGAL_BUGFIX_VERSION 4) +set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.0.4") set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}") if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)