mirror of https://github.com/CGAL/cgal
This branch now targets 5.0.4
This commit is contained in:
parent
ff74e7f6e8
commit
873fc83a44
|
|
@ -17,10 +17,10 @@
|
||||||
#define CGAL_VERSION_H
|
#define CGAL_VERSION_H
|
||||||
|
|
||||||
#ifndef SWIG
|
#ifndef SWIG
|
||||||
#define CGAL_VERSION 5.0.3
|
#define CGAL_VERSION 5.0.4
|
||||||
#define CGAL_GIT_HASH abcdef
|
#define CGAL_GIT_HASH abcdef
|
||||||
#endif
|
#endif
|
||||||
#define CGAL_VERSION_NR 1050031000
|
#define CGAL_VERSION_NR 1050041000
|
||||||
#define CGAL_SVN_REVISION 99999
|
#define CGAL_SVN_REVISION 99999
|
||||||
#define CGAL_RELEASE_DATE 20191108
|
#define CGAL_RELEASE_DATE 20191108
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
set(CGAL_MAJOR_VERSION 5)
|
set(CGAL_MAJOR_VERSION 5)
|
||||||
set(CGAL_MINOR_VERSION 0)
|
set(CGAL_MINOR_VERSION 0)
|
||||||
set(CGAL_BUGFIX_VERSION 3)
|
set(CGAL_BUGFIX_VERSION 4)
|
||||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.0.3")
|
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.0.4")
|
||||||
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