summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-08-07 16:01:51 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-08-07 16:01:51 -0400
commit6252c682da883ae761d5c9685e5c96fd1c360168 (patch)
tree1e17547e9a5d7483a366d7205bef85490d1509e4 /SConstruct
parent807b3e9a365d740946c5d0fb806459de765c4fa9 (diff)
downloadlighttpd-git-6252c682da883ae761d5c9685e5c96fd1c360168.tar.gz
- next is 1.4.67
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
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):