From e3a41876ddcdf29db9cd3bae606c40c09b6c6192 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Wed, 28 Oct 2009 18:51:00 +0100 Subject: Bump version to 0.16. --- CMakeLists.txt | 2 +- doxygen.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 18f4b0f..d4b1f46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) SET( LIBPLIST_VERSION_MAJOR "0" ) -SET( LIBPLIST_VERSION_MINOR "15" ) +SET( LIBPLIST_VERSION_MINOR "16" ) SET( LIBPLIST_SOVERSION "0" ) 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 90706c2..14e8f07 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 = 0.14.0 +PROJECT_NUMBER = 0.16.0 # 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