diff options
author | Stef Walter <stef@memberwebs.com> | 2008-03-21 16:23:16 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-03-21 16:23:16 +0000 |
commit | 6956eed305b72d81c0a0805953f667f2012162ea (patch) | |
tree | 0dd00819109c37c955362166cbb06ba08221d0bb /configure.in | |
parent | a68fc9eaeadf570001d13353eadba45ddc556844 (diff) |
Up maximum connection limit
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 6c375d6..d33f653 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, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.8) +AC_INIT(httpauth, 0.8.91, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.8.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |