diff options
author | Nikias Bassen | 2012-01-11 15:29:30 +0100 |
---|---|---|
committer | Nikias Bassen | 2012-01-11 15:29:30 +0100 |
commit | fd1dd885e29f6ba45dfd90575a210fd4139ec45c (patch) | |
tree | 812b7d14e7713c543635f559eb0e89ff815cbb4c /CMakeLists.txt | |
parent | 51303322d518f77f886da4ab6ba00adb5a336488 (diff) | |
download | libplist-3f7a8157b77cf4a9aaa8b81ced6842bd1ea63b75.tar.gz libplist-3f7a8157b77cf4a9aaa8b81ced6842bd1ea63b75.tar.bz2 |
Bump version to 1.8 for release1.8
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 3ce3b7c..0bad840 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) SET( LIBPLIST_VERSION_MAJOR "1" ) -SET( LIBPLIST_VERSION_MINOR "7" ) +SET( LIBPLIST_VERSION_MINOR "8" ) SET( LIBPLIST_SOVERSION "1" ) SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" ) SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" ) |