diff options
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | java/build.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 0b4fc23..c3fa502 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.1, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.1) +AC_INIT(httpauth, 0.5.2, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" diff --git a/java/build.xml b/java/build.xml index 13a3f48..5c9aaf7 100644 --- a/java/build.xml +++ b/java/build.xml @@ -2,7 +2,7 @@ <project name="httpauth-client" default="build" basedir="."> <target name="init"> - <property name="version" value="0.5"/> + <property name="version" value="0.5.2"/> </target> <target name="build" depends="init"> |