summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-11-29 19:15:06 -0500
commitafa6595a7b6940646c560b02c9c40abf7db44c11 (patch)
tree1ec97d72a706ecf85547b69de8c1e1bcd4450299 /SConstruct
parentb8e011d230c206503f072cce0c176da8a938cf00 (diff)
downloadlighttpd-git-afa6595a7b6940646c560b02c9c40abf7db44c11.tar.gz
- next is 1.4.57
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b044af66..1477cfb4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.56'
+version = '1.4.57'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):