diff options
author | Stef Walter <stef@memberwebs.com> | 2006-09-26 00:17:56 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-09-26 00:17:56 +0000 |
commit | adac001d2fb062e51da00d79cead28bfcaf99bce (patch) | |
tree | 64fbf79fa4382fbded8e0a51ee60acb769e60570 /configure.in | |
parent | 4e966060161b0f86e31a23d0eb55c202ee75da35 (diff) |
A test release
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 784e34c..33d877c 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.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2.90) +AC_INIT(httpauth, 0.5.2.91, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |