From 18370ed85ef8e7754a9b05e9ad4f3e22e329a5b6 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sat, 4 Dec 2021 09:41:43 -0500 Subject: - next is 1.4.64 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.1