summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 23:31:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-09-17 23:31:55 -0400
commit5e820e47a24349630c8b298da2fa45693214d09c (patch)
tree54b5d28990bac8ec8b28677bd72a27e6549b1507 /SConstruct
parentfc4cdb76479f10b2c0712f386ca5e405581ed0fc (diff)
downloadlighttpd-git-5e820e47a24349630c8b298da2fa45693214d09c.tar.gz
- next is 1.4.68
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 16666984..31114f88 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.67'
+version = '1.4.68'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):