summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-11-10 23:41:18 +0100
committerGravatar Jonathan Beck2009-11-10 23:41:18 +0100
commit53a9f891f82e973440709593d259bd7c1f22dd1a (patch)
tree3e3f24e3c0b27d21bdc226d841cabc32825e1968
parentff536344bc04ab9ec3763968b82997d07312acd6 (diff)
downloadlibplist-53a9f891f82e973440709593d259bd7c1f22dd1a.tar.gz
libplist-53a9f891f82e973440709593d259bd7c1f22dd1a.tar.bz2
Raise soversion since we removed a lot of symbols.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4055ad3..7905829 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT( libplist )
SET( LIBPLIST_VERSION_MAJOR "0" )
SET( LIBPLIST_VERSION_MINOR "16" )
-SET( LIBPLIST_SOVERSION "0" )
+SET( LIBPLIST_SOVERSION "1" )
SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" )
SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" )
SET( PLUTIL_VERSION ${LIBPLIST_VERSION} )