From 1cb63b5e789c1b65c2f922a479206be558a27e22 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Mon, 17 Dec 2018 15:21:59 +0100 Subject: [PATCH] Bump the SONAME --- Installation/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation/CMakeLists.txt b/Installation/CMakeLists.txt index 4a45bf89485..88e41c1c455 100644 --- a/Installation/CMakeLists.txt +++ b/Installation/CMakeLists.txt @@ -364,10 +364,11 @@ endif() # CGAL-4.10 : 13.0.0 (Change the API/ABI in CGAL_ImageIO.) # CGAL-4.11 : 13.0.1 (Nothing different in CGAL compiled libraries.) # CGAL-4.12 : 13.0.2 (Nothing different in CGAL compiled libraries.) +# CGAL-4.14 : 14.0.0 (ABI broken in CGAL::Image_3.) # ยน) According to http://upstream-tracker.org/versions/cgal.html -set( CGAL_SONAME_VERSION "13" ) -set( CGAL_SOVERSION "13.0.2" ) +set( CGAL_SONAME_VERSION "14" ) +set( CGAL_SOVERSION "14.0.0" ) message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" ) message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" )