Next version in this branch will be 5.4.1

This commit is contained in:
Laurent Rineau 2022-01-31 17:26:46 +01:00
parent 36b40edbdc
commit 47aab15a17
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)