From 6252c682da883ae761d5c9685e5c96fd1c360168 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 7 Aug 2022 16:01:51 -0400 Subject: - next is 1.4.67 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 96e76277..16666984 100644 --- a/SConstruct +++ b/SConstruct @@ -12,7 +12,7 @@ except NameError: string_types = str package = 'lighttpd' -version = '1.4.66' +version = '1.4.67' underscorify_reg = re.compile('[^A-Z0-9]') def underscorify(id): -- cgit v1.2.1