// 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.1/Installation/include/CGAL/version.h $ // $Id: version.h b271ec5 2020-09-04T15:18:51+02: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.1 #define CGAL_GIT_HASH 301c5e0c5caffe894d1217257bad3218bf990f06 #endif #define CGAL_VERSION_NR 1050101000 #define CGAL_SVN_REVISION 99999 #define CGAL_RELEASE_DATE 20200908 #include #endif