summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-01-27 04:47:20 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2019-01-27 04:47:20 -0500
commit40ded06b083e15930aedacdf544f8b0a0d99eed2 (patch)
tree279412c14d84205b6f450c70df47a907e483b921 /CMakeLists.txt
parent4d3447fd442f4a138c25d390f8ab7a034c2f5b15 (diff)
downloadlighttpd-git-40ded06b083e15930aedacdf544f8b0a0d99eed2.tar.gz
- next is 1.4.54
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 caaca1bd..9f0fdf9f 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 53)
+set(CPACK_PACKAGE_VERSION_PATCH 54)
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")