diff options
author | Steve <sb@npubs.com> | 2005-02-10 18:39:46 +0000 |
---|---|---|
committer | Steve <sb@npubs.com> | 2005-02-10 18:39:46 +0000 |
commit | 904076ce6b4f47e34de975d931bade396d63d9dc (patch) | |
tree | 0c6a594be1a553da2cfeefa241f60e33bfff5a45 | |
parent | 4f75f2a172e594426522fdad986ba43782ae2851 (diff) |
New minor version
-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" |