summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMarcus Rückert <darix@opensu.se>2007-09-09 21:31:27 +0000
committerMarcus Rückert <darix@opensu.se>2007-09-09 21:31:27 +0000
commit1b6b361b6642bd6c1a635a9b2d53a10bd857264a (patch)
tree552a6ebe6f7eb9bb4947ee35fb96b50b1a1f8292 /SConstruct
parentd85f4293a4ed50ccced1eb211eebc7614ea50d10 (diff)
downloadlighttpd-git-1b6b361b6642bd6c1a635a9b2d53a10bd857264a.tar.gz
- next is 1.4.19
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1998 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 821f49d6..04eb15a5 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.18'
+version = '1.4.19'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')