summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--configure.in4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8797b81..c5ca8c0 100644
--- a/NEWS
+++ b/NEWS
@@ -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])