diff options
author | Stef Walter <stef@memberwebs.com> | 2005-09-12 23:00:31 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-09-12 23:00:31 +0000 |
commit | 70488f63f5caf792ea9bf75004a3ea7a43ab90a4 (patch) | |
tree | 256b1e19ac934f9ab0ccff4a138ffedc248e32ab /configure.in | |
parent | 0bd1158050019b251810f4afd7083eff301749ab (diff) |
New point version.
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 71bba83..433cc4a 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.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.4.92) +AC_INIT(httpauth, 0.4.93, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.4.93) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |