summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-12-24 01:07:46 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2016-12-24 01:07:46 -0500
commit656f9e454dc5a4ea8f6319dfbaa06d289e046641 (patch)
tree3db149c9b32943e4b232d144f20a8061fdb4abec /CMakeLists.txt
parent367bc5fd28a03b18afa72e96e4ac483379921661 (diff)
downloadlighttpd-git-656f9e454dc5a4ea8f6319dfbaa06d289e046641.tar.gz
- next is 1.4.45
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 53eeca6a..c81cfbe5 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 44)
+set(CPACK_PACKAGE_VERSION_PATCH 45)
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")