// 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) // // $URL: https://github.com/CGAL/cgal/blob/v5.2/Installation/include/CGAL/version.h $ // $Id: version.h 485e672 2020-12-18T15:56:29+01:00 Laurent Rineau // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : - #ifndef CGAL_VERSION_H #define CGAL_VERSION_H #ifndef SWIG #define CGAL_VERSION 5.2 #define CGAL_GIT_HASH 485e672c26e71b2f10be2e48e5c98ed83e3762f7 #endif #define CGAL_VERSION_NR 1050201000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20201219 #include #endif