summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-12-07 18:00:59 +0100
committerGravatar Jonathan Beck2009-12-07 18:00:59 +0100
commitd43de518a6bc46b1185fc878b52018f51c84a1b8 (patch)
tree05babe9849273af7632f587207fe6ab7cbc35d99
parent834d7d7f27244adcf43ea4977cb9042222ed393e (diff)
downloadlibplist-d43de518a6bc46b1185fc878b52018f51c84a1b8.tar.gz
libplist-d43de518a6bc46b1185fc878b52018f51c84a1b8.tar.bz2
Bump version number to 1.0v1.0
-rw-r--r--CMakeLists.txt4
-rw-r--r--doxygen.cfg2
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 @@
1PROJECT( libplist ) 1PROJECT( libplist )
2 2
3SET( LIBPLIST_VERSION_MAJOR "0" ) 3SET( LIBPLIST_VERSION_MAJOR "1" )
4SET( LIBPLIST_VERSION_MINOR "16" ) 4SET( LIBPLIST_VERSION_MINOR "0" )
5SET( LIBPLIST_SOVERSION "1" ) 5SET( LIBPLIST_SOVERSION "1" )
6SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" ) 6SET( LIBPLIST_VERSION "${LIBPLIST_VERSION_MAJOR}.${LIBPLIST_VERSION_MINOR}" )
7SET( LIBPLIST_LIBVERSION "${LIBPLIST_SOVERSION}.${LIBPLIST_VERSION}" ) 7SET( 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
31# This could be handy for archiving the generated documentation or 31# This could be handy for archiving the generated documentation or
32# if some version control system is used. 32# if some version control system is used.
33 33
34PROJECT_NUMBER = 0.16.0 34PROJECT_NUMBER = 1.0
35 35
36# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 36# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37# base path where the generated documentation will be put. 37# base path where the generated documentation will be put.