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
svn/tags/lighttpd-1.4.11
Jan Kneschke 2006-03-09 00:11:14 +00:00
parent bb01131ce0
commit 3420a2b22b
2 changed files with 2 additions and 2 deletions

View File

@ -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]')

View File

@ -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