From c9a64d94fc8c1f116fb76d8b73471e191d85da68 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 14 Oct 2018 18:34:55 -0400 Subject: - next is 1.4.52 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index d72186f1..be17a6f8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.51', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.52', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1