diff options
author | Stef Walter <stef@memberwebs.com> | 2008-05-10 00:56:41 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-05-10 00:56:41 +0000 |
commit | e18bf23ec3dd9549676f3a289ae1317db7bb8ad7 (patch) | |
tree | b02998e173b0ae202e09fdcc53a8db476f8746c9 /configure.in | |
parent | 77455d883bc6cc3f6d0f7054f0b509c9447c64e9 (diff) |
Old commit for the 0.9 release
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 d33f653..3e1547b 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(httpauth, 0.8.91, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.8.91) +AC_INIT(httpauth, 0.9, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |