summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-31 09:58:23 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-31 09:58:23 -0400
commit33e3504bcbcfe8515fd14abee392fc751da74c08 (patch)
tree54eb6811a19cf4088a04a7eedb23e817f9943b27 /SConstruct
parent7349aa4a21cecd0c3d449c910539695720c9fbb8 (diff)
downloadlighttpd-git-33e3504bcbcfe8515fd14abee392fc751da74c08.tar.gz
- next is 1.4.44
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 98fe4d77..83ebe43a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.43'
+version = '1.4.44'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')