diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 5 deletions
@@ -1,7 +1,5 @@ -0.6 - - Added Dummy handler - 0.5 + - Added Dummy handler - PostgreSQL support - MYSQL support - Fixed Base64 decoding problems diff --git a/configure.in b/configure.in index 5f8b362..71bba83 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.91, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.4.91) +AC_INIT(httpauth, 0.4.92, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.4.92) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |