summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 23:36:23 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-27 23:36:23 -0500
commit693a29fe91a644be3097ccc33923bee8b86ab2d5 (patch)
treef985d811f0bc260457ef33f4a6112cabf811bcee /meson.build
parent0cb6466541dabea5b7cd1df3e9fd65da1c54a737 (diff)
downloadlighttpd-git-693a29fe91a644be3097ccc33923bee8b86ab2d5.tar.gz
- next is 1.4.59
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 0a79bec2..db8a3abb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.58', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.59', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')