summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-07-16 07:58:40 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-07-16 07:58:40 -0400
commit8f8fa606cad6a67d91210c61c1925826621e4952 (patch)
tree5a29b92854d7c5c52985ccecd05ea2bcad621f3e /SConstruct
parent268c5582b2a2bb1336aa656eb533c37ce0353b87 (diff)
downloadlighttpd-git-8f8fa606cad6a67d91210c61c1925826621e4952.tar.gz
- next is 1.4.41
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 932b22f4..1b1c54b1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.40'
+version = '1.4.41'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')