From d43de518a6bc46b1185fc878b52018f51c84a1b8 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Mon, 7 Dec 2009 18:00:59 +0100 Subject: Bump version number to 1.0 --- CMakeLists.txt | 4 ++-- doxygen.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7905829..fb39a71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) -SET( LIBPLIST_VERSION_MAJOR "0" ) -SET( LIBPLIST_VERSION_MINOR "16" ) +SET( LIBPLIST_VERSION_MAJOR "1" ) +SET( LIBPLIST_VERSION_MINOR "0" ) 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 14e8f07..6f155a6 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.16.0 +PROJECT_NUMBER = 1.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