Increase the SOVERSION for CGAL-4.1

This commit is contained in:
Laurent Rineau 2012-03-12 16:20:14 +00:00
parent 634bc32fc5
commit 69208fc8f2
1 changed files with 4 additions and 3 deletions

View File

@ -299,10 +299,11 @@ message( STATUS "CGAL_BUGFIX_VERSION=${CGAL_BUGFIX_VERSION}" )
# std::size_t, which is different on some platforms)
# CGAL-3.8 : 7.0.0 (At least CGAL::Random has changed its member fields.)
# CGAL-3.9 : 8.0.0 (No way to check the binary compatibility.)
# CGAL-3.10 : 9.0.0 (No way to check the binary compatibility.)
# CGAL-4.0 : 9.0.0 (No way to check the binary compatibility.)
# CGAL-4.1: : 10.0.0 (No way to check the binary compatibility.)
set( CGAL_SONAME_VERSION "9" )
set( CGAL_SOVERSION "9.0.0" )
set( CGAL_SONAME_VERSION "10" )
set( CGAL_SOVERSION "10.0.0" )
message( STATUS "CGAL_SONAME_VERSION=${CGAL_SONAME_VERSION}" )
message( STATUS "CGAL_SOVERSION =${CGAL_SOVERSION}" )