summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-12-04 09:41:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-12-04 09:41:43 -0500
commit18370ed85ef8e7754a9b05e9ad4f3e22e329a5b6 (patch)
tree76e153a04649b8ea53d1dff83a754dcc14f57937 /SConstruct
parent0340dc943c2bd3c475ad6491a0d1cf3e87a2b51c (diff)
downloadlighttpd-git-18370ed85ef8e7754a9b05e9ad4f3e22e329a5b6.tar.gz
- next is 1.4.64
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7ae0bde7..88ac693a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.63'
+version = '1.4.64'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):