From 611454f2de4eac37c9e890500439cb75145b8d52 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 10 Jan 2016 12:01:14 +0100 Subject: Bump version number --- NEWS | 3 +++ configure.in | 4 ++-- 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 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]) -- cgit v1.2.3