From 140efeadc020c0bc0f8207ec38d2154b63c45e55 Mon Sep 17 00:00:00 2001 From: klickverbot Date: Sun, 21 Nov 2010 19:01:22 +0000 Subject: [PATCH] Bump the SOVERSION on CMake builds as well. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@855 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index 854161c9a..07baa759f 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1,5 +1,5 @@ -SET( LIBRARY_VERSION "1.0.0" ) -SET( LIBRARY_SOVERSION "1" ) +SET( LIBRARY_VERSION "2.0.0" ) +SET( LIBRARY_SOVERSION "2" ) # # Listing and grouping of all the source files for use with IDE project