diff options
author | Jonathan Beck | 2009-11-10 23:41:18 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-11-10 23:41:18 +0100 |
commit | 53a9f891f82e973440709593d259bd7c1f22dd1a (patch) | |
tree | 3e3f24e3c0b27d21bdc226d841cabc32825e1968 | |
parent | ff536344bc04ab9ec3763968b82997d07312acd6 (diff) | |
download | libplist-53a9f891f82e973440709593d259bd7c1f22dd1a.tar.gz libplist-53a9f891f82e973440709593d259bd7c1f22dd1a.tar.bz2 |
Raise soversion since we removed a lot of symbols.
-rw-r--r-- | CMakeLists.txt | 2 |
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} ) |