summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-03-18 02:19:56 +0100
committerGravatar Nikias Bassen2013-03-18 02:19:56 +0100
commitb069971dcac68c46923eff19526f64115d2e4222 (patch)
tree09c33e8f09afd0e4fafe437af4735a88a31e929e
parent80b5e50a7b6f23093e46020975c63de62e13b569 (diff)
downloadlibplist-b069971dcac68c46923eff19526f64115d2e4222.tar.gz
libplist-b069971dcac68c46923eff19526f64115d2e4222.tar.bz2
Bump version to 1.9 for release1.9
-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 155994e..494c74d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
PROJECT( libplist )
SET( LIBPLIST_VERSION_MAJOR "1" )
-SET( LIBPLIST_VERSION_MINOR "8" )
+SET( LIBPLIST_VERSION_MINOR "9" )
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 a77c3cd..0ecd071 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 = 1.8
+PROJECT_NUMBER = 1.9
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.