summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 07:58:46 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-10-16 07:58:46 -0400
commit22c560c22850aea071f97c263b64f95c5d2686fa (patch)
tree44ca865c49f6d618f32b7c737a47aca514154930 /SConstruct
parent032772ab6cde79ef78cc46a75ad92425fe4622b4 (diff)
downloadlighttpd-git-22c560c22850aea071f97c263b64f95c5d2686fa.tar.gz
- next is 1.4.43
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1e0b8478..a77262d6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.42'
+version = '1.4.43'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')