summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-10-04 08:00:09 +0000
committerJan Kneschke <jan@kneschke.de>2006-10-04 08:00:09 +0000
commitfe6b7207d721cb5d74de0ce08a069cd02b78577d (patch)
tree7a537d89d4cd2d636bf41bd9b3e33d001e48d989 /SConstruct
parent3a152b3b769e0071c08b688ec1f68fd384698383 (diff)
downloadlighttpd-git-fe6b7207d721cb5d74de0ce08a069cd02b78577d.tar.gz
- next release is 1.4.13
- allow --with-lua with a package-name for pkg-config git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1370 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 b5e83a44..6e288a93 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.11'
+version = '1.4.13'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')