summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-10-28 18:51:00 +0100
committerGravatar Jonathan Beck2009-10-28 18:51:00 +0100
commite3a41876ddcdf29db9cd3bae606c40c09b6c6192 (patch)
tree3da19c2e3c6ab5c0d02931e78164f4ee07bebd08
parent7f7ac1c257065e8dd4d40cce51ed48b09133af24 (diff)
downloadlibplist-e3a41876ddcdf29db9cd3bae606c40c09b6c6192.tar.gz
libplist-e3a41876ddcdf29db9cd3bae606c40c09b6c6192.tar.bz2
Bump version to 0.16.v0.16
-rw-r--r--CMakeLists.txt2
-rw-r--r--doxygen.cfg2
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 @@
1PROJECT( libplist ) 1PROJECT( libplist )
2 2
3SET( LIBPLIST_VERSION_MAJOR "0" ) 3SET( LIBPLIST_VERSION_MAJOR "0" )
4SET( LIBPLIST_VERSION_MINOR "15" ) 4SET( LIBPLIST_VERSION_MINOR "16" )
5SET( LIBPLIST_SOVERSION "0" ) 5SET( LIBPLIST_SOVERSION "0" )
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 90706c2..14e8f07 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.14.0 34PROJECT_NUMBER = 0.16.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.