summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 23:31:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 23:31:55 -0400
commit5e820e47a24349630c8b298da2fa45693214d09c (patch)
tree54b5d28990bac8ec8b28677bd72a27e6549b1507 /CMakeLists.txt
parentfc4cdb76479f10b2c0712f386ca5e405581ed0fc (diff)
downloadlighttpd-git-5e820e47a24349630c8b298da2fa45693214d09c.tar.gz
- next is 1.4.68
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 573b9e95..d47bf300 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ enable_testing()
set(CPACK_PACKAGE_VERSION_MAJOR 1)
set(CPACK_PACKAGE_VERSION_MINOR 4)
-set(CPACK_PACKAGE_VERSION_PATCH 67)
+set(CPACK_PACKAGE_VERSION_PATCH 68)
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")