diff options
author | Stefan Bühler <stbuehler@web.de> | 2009-10-26 14:16:09 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2009-10-26 14:16:09 +0000 |
commit | 66805d03a67610ee8ac8b6f1d9840238b65a4918 (patch) | |
tree | e1371cb13464cba48ad86c1a0042c62fc9cd1672 /CMakeLists.txt | |
parent | 987110317fcf8c7e609de0cff41ebef10a230d12 (diff) | |
download | lighttpd-git-66805d03a67610ee8ac8b6f1d9840238b65a4918.tar.gz |
- next is 1.4.25
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2679 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f77f641a..35586dec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ENABLE_TESTING() SET(CPACK_PACKAGE_VERSION_MAJOR 1) SET(CPACK_PACKAGE_VERSION_MINOR 4) -SET(CPACK_PACKAGE_VERSION_PATCH 24) +SET(CPACK_PACKAGE_VERSION_PATCH 25) SET(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING") |