From fd1dd885e29f6ba45dfd90575a210fd4139ec45c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 11 Jan 2012 15:29:30 +0100 Subject: Bump version to 1.8 for release --- CMakeLists.txt | 2 +- doxygen.cfg | 2 +- 2 files changed, 2 insertions(+), 2 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}" ) diff --git a/doxygen.cfg b/doxygen.cfg index dcda9d5..a77c3cd 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = libplist # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.5 +PROJECT_NUMBER = 1.8 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. -- cgit v1.1-32-gdbae