diff options
author | Stef Walter <stef@memberwebs.com> | 2010-02-11 04:01:12 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-02-11 04:01:12 +0000 |
commit | 3969967cfc767daf6e5f52b58e8dd7305443160d (patch) | |
tree | 9211599acd52419d6da4f267d35050e34e771ac3 /configure.in | |
parent | cec165f2c1850c8c2a8430969330ad5abe63a521 (diff) |
Implement redirect after a successful authentication option.
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 e853b8b..25942c0 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.2, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.2) +AC_INIT(mod_auth_singleid, 0.3, stef@memberwebs.com) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.3) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |