summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-04 09:41:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-04 09:41:43 -0500
commit18370ed85ef8e7754a9b05e9ad4f3e22e329a5b6 (patch)
tree76e153a04649b8ea53d1dff83a754dcc14f57937 /meson.build
parent0340dc943c2bd3c475ad6491a0d1cf3e87a2b51c (diff)
downloadlighttpd-git-18370ed85ef8e7754a9b05e9ad4f3e22e329a5b6.tar.gz
- next is 1.4.64
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 0d70e1bc..e3b2ba4a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.63', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.64', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')