summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-03-11 21:54:44 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-03-11 21:54:44 -0400
commitae54806dc235132a47dd65f20a069126d2448069 (patch)
treef6a57021a947a2ada7886fc19bdcd631f07f0d22 /meson.build
parentd0d5d4267bec2ea7b8a57db28e007ec4a8c87888 (diff)
downloadlighttpd-git-ae54806dc235132a47dd65f20a069126d2448069.tar.gz
- next is 1.4.50
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 e507e36f..dc01a40a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.49', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.50', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')