summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-03-09 00:11:14 +0000
committerjan <jan@152afb58-edef-0310-8abb-c4023f1b3aa9>2006-03-09 00:11:14 +0000
commit43d2b24d525149209772d62d0ca4dabb9f6fab78 (patch)
tree614a76ffd96787fa2b30950fd9500e0e10d10449
parentadd6917d1315f10d1613a318cf0969c689f0c637 (diff)
downloadlighttpd-43d2b24d525149209772d62d0ca4dabb9f6fab78.tar.gz
the next release is 1.4.11
git-svn-id: svn://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