summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-02-10 16:16:02 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-02-10 16:16:02 -0500
commitadd03ac20f0215f5b675fa164bf2370168ebea9c (patch)
treeb4ba88f96eebef718a88c4f40d1f379d15d8fa6c /SConstruct
parent2ecbe1d186939cb2f060fb8290781796df55fc29 (diff)
downloadlighttpd-git-add03ac20f0215f5b675fa164bf2370168ebea9c.tar.gz
- next is 1.4.70
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index dcb6b094..8be74386 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.69'
+version = '1.4.70'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):