summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-01-31 22:27:44 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-01-31 22:27:44 -0500
commit2230b08ef4d2b7af8703e98a9f246137a4f13f54 (patch)
treefe59ab8b01323628c2a337d32436e978c76eb092 /SConstruct
parentb1048b23493a00bea32fdca521e4d9542d360e05 (diff)
downloadlighttpd-git-2230b08ef4d2b7af8703e98a9f246137a4f13f54.tar.gz
- next is 1.4.56
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 40f7d82b..cea63d11 100644
--- a/SConstruct
+++ b/SConstruct
@@ -12,7 +12,7 @@ except NameError:
string_types = str
package = 'lighttpd'
-version = '1.4.55'
+version = '1.4.56'
underscorify_reg = re.compile('[^A-Z0-9]')
def underscorify(id):