summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-10-21 16:37:13 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2017-10-21 16:37:13 -0400
commit5780d6cc58c6fa8852f08a37394bb1cec7a846aa (patch)
treeb0948ba30609ccd5dd82817bd53e46d62d0dcce1 /CMakeLists.txt
parentf07bcb145cbe2cfab8eccedb2a5c2dca7e728011 (diff)
downloadlighttpd-git-5780d6cc58c6fa8852f08a37394bb1cec7a846aa.tar.gz
- next is 1.4.47
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 de371548..a2af23d7 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 46)
+set(CPACK_PACKAGE_VERSION_PATCH 47)
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")