diff options
author | Stef Walter <stef@memberwebs.com> | 2006-05-17 23:19:52 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-05-17 23:19:52 +0000 |
commit | acbe1e8b817da2bb32d2db79a56748d829d84baa (patch) | |
tree | 44a247eb8a0fb820c9f7970a69421e839474f243 /configure.in | |
parent | 972952bb7b44e8c7c469acd34131232d370ded53 (diff) |
0.5.1
- Fix problem with NTLM connection caching
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 d4f51ca..0b4fc23 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, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5) +AC_INIT(httpauth, 0.5.1, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.1) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |