summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-08-07 16:01:51 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-08-07 16:01:51 -0400
commit6252c682da883ae761d5c9685e5c96fd1c360168 (patch)
tree1e17547e9a5d7483a366d7205bef85490d1509e4 /meson.build
parent807b3e9a365d740946c5d0fb806459de765c4fa9 (diff)
downloadlighttpd-git-6252c682da883ae761d5c9685e5c96fd1c360168.tar.gz
- next is 1.4.67
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 6e20c6be..d681901e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.66', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.67', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')