From 51a46f0211d89deed1186ad97dd2c2a0c24a3cc3 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 27 May 2019 17:46:26 -0400 Subject: - next is 1.4.55 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 8d70ae64..e35119c6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.54', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.55', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1