summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-17 04:31:59 -0500
commitae77d8ae6e705352d72674acdeae863be3258bdd (patch)
treef04aa7655c9dcfa57670269781de9c103d808b4d /SConstruct
parent91250ee0bda79f6616cfa5e4dd1ec195f732527e (diff)
downloadlighttpd-git-ae77d8ae6e705352d72674acdeae863be3258bdd.tar.gz
- next is 1.4.58
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 553e1bf7..79671370 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.57'
+version = '1.4.58'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):