29 lines
748 B
C
29 lines
748 B
C
|
// Copyright (c) 2009
|
||
|
// Utrecht University (The Netherlands),
|
||
|
// ETH Zurich (Switzerland),
|
||
|
// INRIA Sophia-Antipolis (France),
|
||
|
// Max-Planck-Institute Saarbruecken (Germany),
|
||
|
// and Tel-Aviv University (Israel). All rights reserved.
|
||
|
//
|
||
|
// This file is part of CGAL (www.cgal.org)
|
||
|
//
|
||
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
||
|
//
|
||
|
// Author(s) : -
|
||
|
|
||
|
// This file is automatically created by cmake
|
||
|
// Do not edit manually.
|
||
|
|
||
|
#ifndef CGAL_VERSION_H
|
||
|
#define CGAL_VERSION_H
|
||
|
|
||
|
#define CGAL_VERSION @CGAL_CREATED_VERSION@
|
||
|
#define CGAL_VERSION_NR @CGAL_CREATED_VERSION_NR@
|
||
|
#define CGAL_SVN_REVISION @CGAL_CREATED_SVN_REVISION@
|
||
|
|
||
|
#define CGAL_RELEASE_DATE @CGAL_CREATED_RELEASE_DATE@
|
||
|
|
||
|
#include <CGAL/version_macros.h>
|
||
|
|
||
|
#endif
|