summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2012-01-11 15:29:30 +0100
committerGravatar Nikias Bassen2012-01-11 15:29:30 +0100
commitfd1dd885e29f6ba45dfd90575a210fd4139ec45c (patch)
tree812b7d14e7713c543635f559eb0e89ff815cbb4c
parent51303322d518f77f886da4ab6ba00adb5a336488 (diff)
downloadlibplist-fd1dd885e29f6ba45dfd90575a210fd4139ec45c.tar.gz
libplist-fd1dd885e29f6ba45dfd90575a210fd4139ec45c.tar.bz2
Bump version to 1.8 for release1.8
-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 3ce3b7c..0bad840 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
1PROJECT( libplist ) 1PROJECT( libplist )
2 2
3SET( LIBPLIST_VERSION_MAJOR "1" ) 3SET( LIBPLIST_VERSION_MAJOR "1" )
4SET( LIBPLIST_VERSION_MINOR "7" ) 4SET( LIBPLIST_VERSION_MINOR "8" )
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 dcda9d5..a77c3cd 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 = 1.5 34PROJECT_NUMBER = 1.8
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.