diff options
author | Martin Szulecki | 2011-03-20 17:45:21 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-20 17:45:21 +0100 |
commit | f7a8ea7215d9c21b772af6a4af310d06883d61da (patch) | |
tree | 626e3293e76d31ca00d23c366962e81981580b5d | |
parent | bf39826fe19ef37e116f8987b2500287a4d0f3fc (diff) | |
download | libplist-f7a8ea7215d9c21b772af6a4af310d06883d61da.tar.gz libplist-f7a8ea7215d9c21b772af6a4af310d06883d61da.tar.bz2 |
Bump version to 1.4 for release1.4
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | doxygen.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22d1c0a..02461dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ PROJECT( libplist ) SET( LIBPLIST_VERSION_MAJOR "1" ) -SET( LIBPLIST_VERSION_MINOR "3" ) +SET( LIBPLIST_VERSION_MINOR "4" ) 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 b289dfe..c3283f7 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.3 +PROJECT_NUMBER = 1.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |