mirror of https://github.com/CGAL/cgal
Version files for 5.5-beta1
This commit is contained in:
parent
1cdf1ee26a
commit
a47790f1d5
|
|
@ -17,10 +17,10 @@
|
|||
#define CGAL_VERSION_H
|
||||
|
||||
#ifndef SWIG
|
||||
#define CGAL_VERSION 5.5-dev
|
||||
#define CGAL_VERSION 5.5-beta1
|
||||
#define CGAL_GIT_HASH abcdef
|
||||
#endif
|
||||
#define CGAL_VERSION_NR 1050500900
|
||||
#define CGAL_VERSION_NR 1050500910
|
||||
#define CGAL_SVN_REVISION 99999
|
||||
#define CGAL_RELEASE_DATE 20220531
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ set(CGAL_MAJOR_VERSION 5)
|
|||
set(CGAL_MINOR_VERSION 5)
|
||||
set(CGAL_BUGFIX_VERSION 0)
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/CGALConfigBuildVersion.cmake)
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5-dev")
|
||||
set(CGAL_VERSION_PUBLIC_RELEASE_VERSION "5.5-beta1")
|
||||
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