summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-02-02 08:44:04 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-02-02 08:44:04 -0500
commit5921b2f411117dd0b1c91107ae88b4f29709044d (patch)
tree4e55cd406827794777cb62f7302e406cfbe462cc /CMakeLists.txt
parent529cf9547e4aacd350694ad15ebd020b22360cc5 (diff)
downloadlighttpd-git-5921b2f411117dd0b1c91107ae88b4f29709044d.tar.gz
- next is 1.4.60
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 9e8a1ecc..4c2045b7 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 59)
+set(CPACK_PACKAGE_VERSION_PATCH 60)
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")