summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-11-28 23:56:50 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2018-11-28 23:56:50 -0500
commit53c231a764ef99085cb2a9475e64220a170d95de (patch)
tree7cd2c84de77fbfdb6c1797e25209417896d28771 /meson.build
parent06ebbc3ed491244ee3285988b0bc7275a0a47131 (diff)
downloadlighttpd-git-53c231a764ef99085cb2a9475e64220a170d95de.tar.gz
- next is 1.4.53
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 be17a6f8..b97086f1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.52', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.53', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')