summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kneschke <jan@kneschke.de>2006-03-09 00:11:14 +0000
committerJan Kneschke <jan@kneschke.de>2006-03-09 00:11:14 +0000
commitc4ad335731f0ad9a3ade95b411b862a7c8e9e31c (patch)
tree614a76ffd96787fa2b30950fd9500e0e10d10449
parent95270d33b3d5c290166b4c37a8f0df038b21d31b (diff)
downloadlighttpd-git-c4ad335731f0ad9a3ade95b411b862a7c8e9e31c.tar.gz
the next release is 1.4.11
git-svn-id: svn+ssh://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1036 152afb58-edef-0310-8abb-c4023f1b3aa9
-rw-r--r--SConstruct2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 042be4da..a2aeddb9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -5,7 +5,7 @@ import string
from stat import *
package = 'lighttpd'
-version = '1.4.10'
+version = '1.4.11'
def checkCHeaders(autoconf, hdrs):
p = re.compile('[^A-Z0-9]')
diff --git a/configure.in b/configure.in
index 9aef1d49..96391f51 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(lighttpd, 1.4.10, jan@kneschke.de)
+AC_INIT(lighttpd, 1.4.11, jan@kneschke.de)
AC_CONFIG_SRCDIR([src/server.c])
AC_CANONICAL_TARGET