From d0f176ff6f1cb04e63b8036d13442d7c95cb1641 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 3 Oct 2021 22:46:50 -0400 Subject: - next is 1.4.61 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index df75e8c7..c894a1f5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.60', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.61', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1