Next version in this branch will be 5.0-beta3 (or the final release)

This commit is contained in:
Laurent Rineau 2019-10-31 10:32:50 +01:00
parent 2305bc6df8
commit 387f55cfca
2 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@
#ifndef CGAL_VERSION_H
#define CGAL_VERSION_H
#define CGAL_VERSION 5.0-beta2
#define CGAL_VERSION_NR 1050000920
#define CGAL_VERSION 5.0-beta3
#define CGAL_VERSION_NR 1050000930
#define CGAL_SVN_REVISION 99999
#define CGAL_GIT_HASH abcdef
#define CGAL_RELEASE_DATE 20190930
#define CGAL_RELEASE_DATE 20191031
#include <CGAL/version_macros.h>

View File

@ -1 +1 @@
CGAL-5.0-beta2
CGAL-5.0-beta3