From e72e89971dba3da80a4d6893160b10087c523043 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 29 Jul 2015 15:33:16 +0200 Subject: [PATCH] Bump SOVERSION to 11.0.1 (no change) --- Installation/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 814c35d9d3e..ebfe33f0971 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -328,10 +328,11 @@ endif() # CGAL-4.4 : 10.0.3 (Nothing different in CGAL compiled libraries¹.) # CGAL-4.5 : 10.0.4 (Nothing different in CGAL compiled libraries¹.) # CGAL-4.6 : 11.0.0 (int->size_t in CGAL_ImageIO) +# CGAL-4.7 : 11.0.1 (Nothing different in CGAL compiled libraries.) # ¹) According to http://upstream-tracker.org/versions/cgal.html set( CGAL_SONAME_VERSION "11" ) -set( CGAL_SOVERSION "11.0.0" ) +set( CGAL_SOVERSION "11.0.1" ) message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" ) message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" )