summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-05-27 17:46:26 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2019-05-27 17:46:26 -0400
commit51a46f0211d89deed1186ad97dd2c2a0c24a3cc3 (patch)
tree9a8c71da406e4073499d72248941a3321c7189e3 /meson.build
parent445ce2c44f324589729fbeec5113edcc439908d7 (diff)
downloadlighttpd-git-51a46f0211d89deed1186ad97dd2c2a0c24a3cc3.tar.gz
- next is 1.4.55
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 8d70ae64..e35119c6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.54', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.55', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')