From 3ec934e291c4583db3a025cefcb4102daf9ff681 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 5 Apr 2017 09:56:48 +0200 Subject: [PATCH] no need for CGAL_FUTURE --- Installation/include/CGAL/version_macros.h | 2 -- Triangulation_3/test/Triangulation_3/test_dependencies.h | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Installation/include/CGAL/version_macros.h b/Installation/include/CGAL/version_macros.h index beb80a390f5..de6d1eeb21a 100644 --- a/Installation/include/CGAL/version_macros.h +++ b/Installation/include/CGAL/version_macros.h @@ -44,6 +44,4 @@ #define CGAL_VERSION_PATCH (CGAL_VERSION_NR/10000%10) #define CGAL_VERSION_BUILD (CGAL_VERSION_NR%10000) -#define CGAL_FUTURE 22222222 - #endif // CGAL_VERSION_MACROS_H diff --git a/Triangulation_3/test/Triangulation_3/test_dependencies.h b/Triangulation_3/test/Triangulation_3/test_dependencies.h index def60498fcb..8ccca2a691e 100644 --- a/Triangulation_3/test/Triangulation_3/test_dependencies.h +++ b/Triangulation_3/test/Triangulation_3/test_dependencies.h @@ -4,6 +4,6 @@ // This package depends on the following packages #define CGAL_LICENSE_ERROR -#define CGAL_TRIANGULATION_3_COMMERCIAL_LICENSE CGAL_FUTURE -#define CGAL_TRIANGULATION_2_COMMERCIAL_LICENSE CGAL_FUTURE -#define CGAL_TDS_3_COMMERCIAL_LICENSE CGAL_FUTURE +#define CGAL_TRIANGULATION_3_COMMERCIAL_LICENSE 22222222 +#define CGAL_TRIANGULATION_2_COMMERCIAL_LICENSE 22222222 +#define CGAL_TDS_3_COMMERCIAL_LICENSE 22222222