CGAL-4.12, not 4.11

This commit is contained in:
Laurent Rineau 2018-03-30 17:02:14 +02:00
parent d855b1ae47
commit c057977ed8
1 changed files with 1 additions and 1 deletions

View File

@ -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.