summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2009-02-17 09:01:37 +0000
committerStefan Bühler <stbuehler@web.de>2009-02-17 09:01:37 +0000
commitc7467c693b91c084b276d39adda2d76d4f408b31 (patch)
treeb96fb21eb0cd522f5539707ff96f2c5acf403daa /CMakeLists.txt
parente2fd8a89c167d6ba8fd40d7ab0d7dfce122a242b (diff)
downloadlighttpd-git-c7467c693b91c084b276d39adda2d76d4f408b31.tar.gz
- next is 1.4.22
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2397 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50bd6be0..202d74f8 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 21)
+SET(CPACK_PACKAGE_VERSION_PATCH 22)
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")