summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2017-11-12 00:53:51 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2017-11-12 00:53:51 -0500
commitde937f47f857608138a697421fc2c47f2281f548 (patch)
treebe28734530577e777c6eb87a1fecbde001129c39 /meson.build
parent2c7d70eddbb7f3adcdadd507c362463345e6bee1 (diff)
downloadlighttpd-git-de937f47f857608138a697421fc2c47f2281f548.tar.gz
- next is 1.4.49
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 62ef32f6..e507e36f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.48', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.49', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')