diff options
author | Stef Walter <stef@memberwebs.com> | 2006-12-21 02:57:00 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-12-21 02:57:00 +0000 |
commit | ae3e43d0cf6014aa150c45102262819118114e94 (patch) | |
tree | eb3bf501ef07f99d88d08fc7750551feaf29ff55 /configure.in | |
parent | 87da3655492bb009f84f2e101a08dfb3a0a35592 (diff) |
Version 0.6 of httpauth
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 34ac2aa..96ffeec 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.2.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2.92) +AC_INIT(httpauth, 0.6, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.6) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |