diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:04:03 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:04:03 +0100 |
commit | 6c8b72678daa33f7e9df2a97d6404380e1b2e8ca (patch) | |
tree | 86d46e6ad04f147f011fd332aa492259d82dc369 /SConstruct | |
parent | 7074704eb0b50f755f30ef21bbeb8fa064e2df5d (diff) | |
download | lighttpd-upstream/1.4.31.tar.gz |
Imported Upstream version 1.4.31upstream/1.4.31
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ import string from stat import * package = 'lighttpd' -version = '1.4.30' +version = '1.4.31' def checkCHeaders(autoconf, hdrs): p = re.compile('[^A-Z0-9]') |