summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-19 13:18:39 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-19 13:18:39 -0500
commit2a683cf25d790daba51d78b9843392db2f91d1bb (patch)
tree71bc77851a73124ffb0a65f0f8b61b84792effcb /SConstruct
parent73bd6b41d3f8608663e93962cbb60832a457a415 (diff)
downloadlighttpd-git-2a683cf25d790daba51d78b9843392db2f91d1bb.tar.gz
- next is 1.4.65
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0ee13bf2..c837de1e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.64'
+version = '1.4.65'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):