diff options
author | Stef Walter <stefw@redhat.com> | 2016-01-10 12:01:14 +0100 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2016-01-10 12:01:14 +0100 |
commit | 611454f2de4eac37c9e890500439cb75145b8d52 (patch) | |
tree | 51a294eab625afa88219be2dc1e6a26c57cb45cc /configure.in | |
parent | 70630fc3554d12f54803e0ea9c2726c719f9a8f1 (diff) |
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |