summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2018-10-14 18:34:55 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2018-10-14 18:34:55 -0400
commitc9a64d94fc8c1f116fb76d8b73471e191d85da68 (patch)
tree0a30a4a4471ecf9c67e8dc2532741c99c5e68008 /SConstruct
parent0828010eb6a5366f68ebd66634b14b93c9fdd8e1 (diff)
downloadlighttpd-git-c9a64d94fc8c1f116fb76d8b73471e191d85da68.tar.gz
- next is 1.4.52
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index a4f2a223..a2a2d79a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.51'
+version = '1.4.52'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):