mirror of https://github.com/CGAL/cgal
Revert "Revert "Next release on this branch will be 5.2.1""
This reverts commit cc78d68342.
This commit is contained in:
parent
3e8cc56880
commit
3c90fd817f
|
|
@ -17,10 +17,10 @@
|
|||
#define CGAL_VERSION_H
|
||||
|
||||
#ifndef SWIG
|
||||
#define CGAL_VERSION 5.2
|
||||
#define CGAL_VERSION 5.2.1
|
||||
#define CGAL_GIT_HASH abcdef
|
||||
#endif
|
||||
#define CGAL_VERSION_NR 1050201000
|
||||
#define CGAL_VERSION_NR 1050211000
|
||||
#define CGAL_SVN_REVISION 99999
|
||||
#define CGAL_RELEASE_DATE 20201221
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
set(CGAL_MAJOR_VERSION 5)
|
||||
set(CGAL_MINOR_VERSION 2)
|
||||
set(CGAL_BUGFIX_VERSION 0)
|
||||
set(CGAL_BUGFIX_VERSION 1)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.2.1")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
||||
|
||||
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue