From c057977ed8778299a07b64aee53b8aefe7cb04a6 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Fri, 30 Mar 2018 17:02:14 +0200 Subject: [PATCH] CGAL-4.12, not 4.11 --- Installation/CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/CHANGES.md b/Installation/CHANGES.md index f136d0ad6e3..8a8b9aecd9a 100644 --- a/Installation/CHANGES.md +++ b/Installation/CHANGES.md @@ -27,7 +27,7 @@ Release date: April 2018 ### Header-only mode - Since CGAL-4.9, it was possible to use CGAL by configuring it using - CMake, but without compiling the CGAL libraries. With CGAL-4.11, it is + CMake, but without compiling the CGAL libraries. With CGAL-4.12, it is now possible to use CGAL header-only, without even configuring it. CMake is then used only to configure programs using CGAL.