diff options
author | Stef Walter <stef@memberwebs.com> | 2009-07-08 18:28:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-07-08 18:28:20 +0000 |
commit | e0525f5d7e079083bf1edf67f10b667823cb3fbe (patch) | |
tree | 9963f69e04e850ec81c3364b93a4c7d101eadc89 /configure.in | |
parent | e60cf88e22a8992c0d805450173dbe38d770618a (diff) |
Update version number.
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 56de6db..e853b8b 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.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.1) +AC_INIT(mod_auth_singleid, 0.2, stef@memberwebs.com) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.2) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |