From 40ded06b083e15930aedacdf544f8b0a0d99eed2 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 27 Jan 2019 04:47:20 -0500 Subject: - next is 1.4.54 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b97086f1..8d70ae64 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.53', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.54', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1