From 1540fdeab96a9a03f874eb93af0870d29d32f73d Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 28 Oct 2021 19:29:08 -0400 Subject: - next is 1.4.62 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c894a1f5..5739789d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.61', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.62', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1