diff options
author | Nikias Bassen | 2011-06-13 17:39:38 +0200 |
---|---|---|
committer | Nikias Bassen | 2011-06-13 17:39:38 +0200 |
commit | 27fe1b1937825cef1bcdb6c893c046b596660206 (patch) | |
tree | a6c0b5c4fe27b034843f09f403d8676de6c8421b /CMakeLists.txt | |
parent | 31b2e3315f1a7319cc74405231d0e3f85796da2b (diff) | |
download | libplist-27fe1b1937825cef1bcdb6c893c046b596660206.tar.gz libplist-27fe1b1937825cef1bcdb6c893c046b596660206.tar.bz2 |
Bump version to 1.5 for release
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 9bb66c3..09d4258 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) SET( LIBPLIST_VERSION_MAJOR "1" ) -SET( LIBPLIST_VERSION_MINOR "4" ) +SET( LIBPLIST_VERSION_MINOR "5" ) SET( LIBPLIST_SOVERSION "1" ) SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" ) SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" ) |