diff options
author | Stef Walter <stef@memberwebs.com> | 2004-07-22 16:55:14 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-07-22 16:55:14 +0000 |
commit | 6be6d1dd25f2e7f2f1de6c0091e9aeae2ea1918c (patch) | |
tree | 1454a6bb0ec09fb6b105171d7aab29a217b30a39 /configure.in | |
parent | 166f69df6dd704626c1b09ae60145956435b67e1 (diff) |
- Fixed uninitialized memory bug
- Imported updated sock_any and hash code
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 50ef1fb..320fa2d 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.4, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.4) +AC_INIT(httpauth, 0.4.1, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.4.1) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |