summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-28 19:29:08 -0400
commit1540fdeab96a9a03f874eb93af0870d29d32f73d (patch)
tree5e2c3ac3b16d5387190b173d20ca56d06ce0ac19 /SConstruct
parent3cf695d34bee83e072b267e8d555e14e126b0380 (diff)
downloadlighttpd-git-1540fdeab96a9a03f874eb93af0870d29d32f73d.tar.gz
- next is 1.4.62
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 9e49868d..c3b415a5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.61'
+version = '1.4.62'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):