diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-12-22 13:08:56 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-12-22 13:08:56 +0400 |
commit | b966ec346bebe34e1f50fb9cc46b9adf111ea73d (patch) | |
tree | 5264705c133f3836ed0deca1915b30a4f29caaa9 /SConstruct | |
parent | ef95a4944d8367259f3b432e2ab1a84d9f5ed024 (diff) | |
parent | 9679c2dc7c0098b667c0ea8bbf309d5ae60a6cc3 (diff) | |
download | lighttpd-b966ec346bebe34e1f50fb9cc46b9adf111ea73d.tar.gz |
Merge branch 'master' of git://git.debian.org/git/pkg-lighttpd/lighttpd
Conflicts:
debian/changelog
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.32' +version = '1.4.33' def checkCHeaders(autoconf, hdrs): p = re.compile('[^A-Z0-9]') |