summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
commitd0f176ff6f1cb04e63b8036d13442d7c95cb1641 (patch)
tree28fb7d3e1abb9c2b1da61eed46adf2e3955ed645 /CMakeLists.txt
parent1a6fd58e3732145389c6dbcf032ea1a9a4633ee7 (diff)
downloadlighttpd-git-d0f176ff6f1cb04e63b8036d13442d7c95cb1641.tar.gz
- next is 1.4.61
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 4c2045b7..b5d769bd 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 60)
+set(CPACK_PACKAGE_VERSION_PATCH 61)
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")