summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-01-31 22:27:44 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-01-31 22:27:44 -0500
commit2230b08ef4d2b7af8703e98a9f246137a4f13f54 (patch)
treefe59ab8b01323628c2a337d32436e978c76eb092 /meson.build
parentb1048b23493a00bea32fdca521e4d9542d360e05 (diff)
downloadlighttpd-git-2230b08ef4d2b7af8703e98a9f246137a4f13f54.tar.gz
- next is 1.4.56
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 e35119c6..de950f01 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.55', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.56', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')