summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jonathan Beck2009-12-14 20:13:15 +0100
committerGravatar Jonathan Beck2009-12-14 20:13:15 +0100
commit4154b898c55314df2d41ad119fd174f5042dd925 (patch)
tree952595056c0f476fd5ca256c7475ca9e76d43023
parente83197514fa18b611a7e3eec9b2a28029773f588 (diff)
downloadlibplist-4154b898c55314df2d41ad119fd174f5042dd925.tar.gz
libplist-4154b898c55314df2d41ad119fd174f5042dd925.tar.bz2
Bump version number to 1.1v1.1
-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 fb39a71..0d22322 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
PROJECT( libplist )
SET( LIBPLIST_VERSION_MAJOR "1" )
-SET( LIBPLIST_VERSION_MINOR "0" )
+SET( LIBPLIST_VERSION_MINOR "1" )
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 6f155a6..34eead0 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.0
+PROJECT_NUMBER = 1.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.