summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2016-01-10 12:01:14 +0100
committerStef Walter <stefw@redhat.com>2016-01-10 12:01:14 +0100
commit611454f2de4eac37c9e890500439cb75145b8d52 (patch)
tree51a294eab625afa88219be2dc1e6a26c57cb45cc
parent70630fc3554d12f54803e0ea9c2726c719f9a8f1 (diff)
Bump version numberHEAD0.4.6master
-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])