summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-02-02 08:44:04 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-02-02 08:44:04 -0500
commit5921b2f411117dd0b1c91107ae88b4f29709044d (patch)
tree4e55cd406827794777cb62f7302e406cfbe462cc /SConstruct
parent529cf9547e4aacd350694ad15ebd020b22360cc5 (diff)
downloadlighttpd-git-5921b2f411117dd0b1c91107ae88b4f29709044d.tar.gz
- next is 1.4.60
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 39cfb718..8950b45b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.59'
+version = '1.4.60'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):