summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-02 00:23:13 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-02 00:23:13 -0500
commitf4143d957eff8e9a8b4228845215e8c72b31ed96 (patch)
treebb1410711e08a818dbd1cc3f2f11a81890a8da42 /meson.build
parenta8c939273b09f31e32a75154774f7a33fb40e8fe (diff)
downloadlighttpd-git-f4143d957eff8e9a8b4228845215e8c72b31ed96.tar.gz
- next is 1.4.63
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 5739789d..0d70e1bc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.62', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.63', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')