summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
commit1540fdeab96a9a03f874eb93af0870d29d32f73d (patch)
tree5e2c3ac3b16d5387190b173d20ca56d06ce0ac19 /CMakeLists.txt
parent3cf695d34bee83e072b267e8d555e14e126b0380 (diff)
downloadlighttpd-git-1540fdeab96a9a03f874eb93af0870d29d32f73d.tar.gz
- next is 1.4.62
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 b5d769bd..2b93b786 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 61)
+set(CPACK_PACKAGE_VERSION_PATCH 62)
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")