summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2010-08-13 11:12:28 +0000
committerStefan Bühler <stbuehler@web.de>2010-08-13 11:12:28 +0000
commit1c796b2d153a5040570b6a3995fa600e47cdc445 (patch)
treed679991335a28e34fd46c421a119615c4a7bffbd /CMakeLists.txt
parent6e724c0573ac29c26feccc45a25c9f690b3c1a2d (diff)
downloadlighttpd-git-1c796b2d153a5040570b6a3995fa600e47cdc445.tar.gz
- next is 1.4.28
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2763 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 027e1e08..a2c974ca 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 27)
+SET(CPACK_PACKAGE_VERSION_PATCH 28)
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")