From 2230b08ef4d2b7af8703e98a9f246137a4f13f54 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Fri, 31 Jan 2020 22:27:44 -0500 Subject: - next is 1.4.56 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index e35119c6..de950f01 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.55', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.56', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1