summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-08-13 00:43:56 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-08-13 00:43:56 -0400
commita9e131fa376ade9aad7b7ee13098f6dd8337f84b (patch)
treef636daefa18de669da152f2f08a40a08a9911a81 /meson.build
parenta2114a1c9b34a165cf69439e21a5d1429e252554 (diff)
downloadlighttpd-git-a9e131fa376ade9aad7b7ee13098f6dd8337f84b.tar.gz
- next is 1.4.51
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 dc01a40a..d72186f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.50', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.51', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')