From a9e131fa376ade9aad7b7ee13098f6dd8337f84b Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Mon, 13 Aug 2018 00:43:56 -0400 Subject: - next is 1.4.51 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index dc01a40a..d72186f1 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.50', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.51', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1