summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-10-14 18:34:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-10-14 18:34:55 -0400
commitc9a64d94fc8c1f116fb76d8b73471e191d85da68 (patch)
tree0a30a4a4471ecf9c67e8dc2532741c99c5e68008 /meson.build
parent0828010eb6a5366f68ebd66634b14b93c9fdd8e1 (diff)
downloadlighttpd-git-c9a64d94fc8c1f116fb76d8b73471e191d85da68.tar.gz
- next is 1.4.52
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 d72186f1..be17a6f8 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.51', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.52', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')