summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-02-01 11:37:05 +0000
committerJan Kneschke <jan@kneschke.de>2006-02-01 11:37:05 +0000
commit1b517c8bfc8cf214fa58fdff50eb2cd32f4a8016 (patch)
treeb394281b0e7b480fbbc2922a1d6a7ab69ea85967 /SConstruct
parentbd8e6919d29ea6186bcc3c169079d2af44746821 (diff)
downloadlighttpd-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--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index efa351e0..e603e357 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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]')