summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
commitae77d8ae6e705352d72674acdeae863be3258bdd (patch)
treef04aa7655c9dcfa57670269781de9c103d808b4d /CMakeLists.txt
parent91250ee0bda79f6616cfa5e4dd1ec195f732527e (diff)
downloadlighttpd-git-ae77d8ae6e705352d72674acdeae863be3258bdd.tar.gz
- next is 1.4.58
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 cfa46554..d800aa5f 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 57)
+set(CPACK_PACKAGE_VERSION_PATCH 58)
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")