diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +0.4.6 + - Fix compatibility with apache 2.4 + 0.4.5 - Fix build issues diff --git a/configure.in b/configure.in index d9d9a7d..a20b1e4 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(mod_auth_singleid, 0.4.5, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.5) +AC_INIT(mod_auth_singleid, 0.4.6, stef@thewalter.net) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.6) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |