From 2a683cf25d790daba51d78b9843392db2f91d1bb Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Wed, 19 Jan 2022 13:18:39 -0500 Subject: - next is 1.4.65 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 353ccf31..ae60406b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('lighttpd', 'c', version: '1.4.64', default_options : ['c_std=c11']) +project('lighttpd', 'c', version: '1.4.65', default_options : ['c_std=c11']) subdir('src') subdir('tests') -- cgit v1.2.1