From de937f47f857608138a697421fc2c47f2281f548 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 12 Nov 2017 00:53:51 -0500 Subject: - next is 1.4.49 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 62ef32f6..e507e36f 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.48', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.49', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1