diff options
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.28' +version = '1.4.29' def checkCHeaders(autoconf, hdrs): p = re.compile('[^A-Z0-9]') |