diff options
author | Jonathan Beck | 2010-04-18 15:30:19 +0200 |
---|---|---|
committer | Jonathan Beck | 2010-04-18 15:30:19 +0200 |
commit | 02cf35bb445ad1a6ed6180f78cfb6528a1e36c19 (patch) | |
tree | 28a231cc64744e69e22fc4972a01e7e24a464b05 /CMakeLists.txt | |
parent | 60376473bb21ffe88dd927c8f26d82f7b1cfc607 (diff) | |
download | libplist-02cf35bb445ad1a6ed6180f78cfb6528a1e36c19.tar.gz libplist-02cf35bb445ad1a6ed6180f78cfb6528a1e36c19.tar.bz2 |
Bump version numberv1.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2233394..472d742 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) SET( LIBPLIST_VERSION_MAJOR "1" ) -SET( LIBPLIST_VERSION_MINOR "2" ) +SET( LIBPLIST_VERSION_MINOR "3" ) SET( LIBPLIST_SOVERSION "1" ) SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" ) SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" ) |