diff options
author | Stef Walter <stef@memberwebs.com> | 2006-06-07 01:52:20 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-06-07 01:52:20 +0000 |
commit | 40d910975e099c1a8174a9f2e44e0b7c0314954a (patch) | |
tree | c5170858955ffe15bde73b6094af0659d9abdf74 /configure.in | |
parent | 6b0196e20088046fd0f3f248a1e68cb69912d944 (diff) |
New version 0.5.2
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 0b4fc23..c3fa502 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.5.1, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.1) +AC_INIT(httpauth, 0.5.2, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |