diff options
author | Stef Walter <stef@memberwebs.com> | 2010-02-11 19:35:50 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2010-02-11 19:35:50 +0000 |
commit | 88c280a567862975a6dbe932144c13b9608bbbd1 (patch) | |
tree | a186c492bab5980ed5b5061975fe832b836ed791 | |
parent | 3f5c7763b40db760bdf2bd486965c68019e7c5c3 (diff) |
Bump version number.v0.4.2
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7e24a81..63805d4 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.1, stef@memberwebs.com) -AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.1) +AC_INIT(mod_auth_singleid, 0.4.2, stef@memberwebs.com) +AM_INIT_AUTOMAKE(mod_auth_singleid, 0.4.2) AC_CONFIG_SRCDIR([module/mod_auth_singleid.c]) AM_CONFIG_HEADER([config.h]) |