diff options
author | Jan Kneschke <jan@kneschke.de> | 2006-02-01 11:37:05 +0000 |
---|---|---|
committer | Jan Kneschke <jan@kneschke.de> | 2006-02-01 11:37:05 +0000 |
commit | 1b517c8bfc8cf214fa58fdff50eb2cd32f4a8016 (patch) | |
tree | b394281b0e7b480fbbc2922a1d6a7ab69ea85967 /SConstruct | |
parent | bd8e6919d29ea6186bcc3c169079d2af44746821 (diff) | |
download | lighttpd-git-1b517c8bfc8cf214fa58fdff50eb2cd32f4a8016.tar.gz |
the next release is 1.4.10
- added _XOPEN_SOURCE and _BSD_SOURCE to the default features
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@975 152afb58-edef-0310-8abb-c4023f1b3aa9
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.9' +version = '1.4.10' def checkCHeaders(autoconf, hdrs): p = re.compile('[^A-Z0-9]') |