From f4143d957eff8e9a8b4228845215e8c72b31ed96 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 2 Dec 2021 00:23:13 -0500 Subject: - next is 1.4.63 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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') -- cgit v1.2.1