From 693a29fe91a644be3097ccc33923bee8b86ab2d5 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 27 Dec 2020 23:36:23 -0500 Subject: - next is 1.4.59 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0a79bec2..db8a3abb 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.58', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.59', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1