summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-03 22:46:50 -0400
commitd0f176ff6f1cb04e63b8036d13442d7c95cb1641 (patch)
tree28fb7d3e1abb9c2b1da61eed46adf2e3955ed645 /meson.build
parent1a6fd58e3732145389c6dbcf032ea1a9a4633ee7 (diff)
downloadlighttpd-git-d0f176ff6f1cb04e63b8036d13442d7c95cb1641.tar.gz
- next is 1.4.61
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index df75e8c7..c894a1f5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.60', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.61', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')