summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorStefan Bühler <stbuehler@web.de>2008-03-13 15:33:06 +0000
committerStefan Bühler <stbuehler@web.de>2008-03-13 15:33:06 +0000
commit6528732c797dc274a23b6f6974c10220192b0e54 (patch)
tree90cea8c8d7ae8f3b99918722d8ede8899c3e9f29 /SConstruct
parent41414d6348e06b7560ca7622823170749ae98184 (diff)
downloadlighttpd-git-6528732c797dc274a23b6f6974c10220192b0e54.tar.gz
- next is 1.4.20
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2127 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 04eb15a5..92b7491c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.19'
+version = '1.4.20'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')