diff options
author | Stefan Bühler <stbuehler@web.de> | 2012-11-21 12:34:49 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2012-11-21 12:34:49 +0000 |
commit | 5aef370a2daa4a5899d323bf29615e3ea31e1df2 (patch) | |
tree | dd30431a8091fe771fea90d3ce3453201eeee5cd /configure.ac | |
parent | 79fed4ec04fb12e2c1572a23110c9ce237dddfef (diff) | |
download | lighttpd-git-5aef370a2daa4a5899d323bf29615e3ea31e1df2.tar.gz |
- next is 1.4.33
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2863 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 b79a9fde..5c27fc3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl -*- Autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([lighttpd], [1.4.32], [contact@lighttpd.net]) +AC_INIT([lighttpd], [1.4.33], [contact@lighttpd.net]) AC_CONFIG_SRCDIR([src/server.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) |