summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
commitae77d8ae6e705352d72674acdeae863be3258bdd (patch)
treef04aa7655c9dcfa57670269781de9c103d808b4d /meson.build
parent91250ee0bda79f6616cfa5e4dd1ec195f732527e (diff)
downloadlighttpd-git-ae77d8ae6e705352d72674acdeae863be3258bdd.tar.gz
- next is 1.4.58
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 25660fbf..0a79bec2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.57', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.58', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')