diff options
author | Stef Walter <stef@memberwebs.com> | 2010-02-11 16:19:48 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-02-11 16:19:48 +0000 |
commit | b7ce1b4fc1253c6f25b160528b639c79a35d4754 (patch) | |
tree | d15d4dcd25711701e9841555d4d91cbf6521a215 /configure.in | |
parent | 3f923ddf153e4d940731ba94ffba251d47f9071d (diff) |
Fix syntax error which caused warning during build.
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 e84730a..7e24a81 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, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4) +AC_INIT(mod_auth_singleid, 0.4.1, stef@memberwebs.com) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.1) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |