mirror of https://github.com/CGAL/cgal
next version on this branch will be 6.0.3
This commit is contained in:
parent
e13ef800cb
commit
dd51daea5e
|
|
@ -17,10 +17,10 @@
|
||||||
#define CGAL_VERSION_H
|
#define CGAL_VERSION_H
|
||||||
|
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
#define CGAL_VERSION 6.0.2
|
#define CGAL_VERSION 6.0.3
|
||||||
#define CGAL_GIT_HASH abcdef
|
#define CGAL_GIT_HASH abcdef
|
||||||
#endif
|
#endif
|
||||||
#define CGAL_VERSION_NR 1060021000
|
#define CGAL_VERSION_NR 1060031000
|
||||||
#define CGAL_SVN_REVISION 99999
|
#define CGAL_SVN_REVISION 99999
|
||||||
#define CGAL_RELEASE_DATE 20240925
|
#define CGAL_RELEASE_DATE 20240925
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
set(CGAL_MAJOR_VERSION 6)
|
set(CGAL_MAJOR_VERSION 6)
|
||||||
set(CGAL_MINOR_VERSION 0)
|
set(CGAL_MINOR_VERSION 0)
|
||||||
set(CGAL_BUGFIX_VERSION 2)
|
set(CGAL_BUGFIX_VERSION 3)
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0.2")
|
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "6.0.3")
|
||||||
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
set(CGAL_VERSION_PUBLIC_RELEASE_NAME "CGAL-${CGAL_VERSION_PUBLIC_RELEASE_VERSION}")
|
||||||
|
|
||||||
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
if (CGAL_BUGFIX_VERSION AND CGAL_BUGFIX_VERSION GREATER 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue