summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
commitafa6595a7b6940646c560b02c9c40abf7db44c11 (patch)
tree1ec97d72a706ecf85547b69de8c1e1bcd4450299 /meson.build
parentb8e011d230c206503f072cce0c176da8a938cf00 (diff)
downloadlighttpd-git-afa6595a7b6940646c560b02c9c40abf7db44c11.tar.gz
- next is 1.4.57
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 de950f01..25660fbf 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.56', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.57', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')