diff options
author | Stefan Bühler <stbuehler@web.de> | 2009-10-26 14:16:09 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2009-10-26 14:16:09 +0000 |
commit | 66805d03a67610ee8ac8b6f1d9840238b65a4918 (patch) | |
tree | e1371cb13464cba48ad86c1a0042c62fc9cd1672 /configure.ac | |
parent | 987110317fcf8c7e609de0cff41ebef10a230d12 (diff) | |
download | lighttpd-git-66805d03a67610ee8ac8b6f1d9840238b65a4918.tar.gz |
- next is 1.4.25
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2679 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 14457c4d..fcecf9af 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lighttpd], [1.4.24], [contact@lighttpd.net]) +AC_INIT([lighttpd], [1.4.25], [contact@lighttpd.net]) AC_CONFIG_SRCDIR([src/server.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) |