summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-06-07 23:36:32 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-06-07 23:36:32 -0400
commit40f289b6c3ecf7bc04d2e4a5a464780c09adecdd (patch)
tree3bb4e92438abd20d79f60248e4504b6dfeb9b243 /meson.build
parent388aad082c5e45575e7d1f866e6fe7acf562e45e (diff)
downloadlighttpd-git-40f289b6c3ecf7bc04d2e4a5a464780c09adecdd.tar.gz
- next is 1.4.66
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 ae60406b..6e20c6be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('lighttpd', 'c', version: '1.4.65', default_options : ['c_std=c11'])
+project('lighttpd', 'c', version: '1.4.66', default_options : ['c_std=c11'])
subdir('src')
subdir('tests')