diff options
author | Stef Walter <stef@memberwebs.com> | 2008-07-30 17:16:04 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-07-30 17:16:04 +0000 |
commit | cfc362ea26967e67d676900b7d1fa5df01988017 (patch) | |
tree | bbef991fb5f843bb54a05f04e5a1833b626d1fcb /configure.in | |
parent | 7064b9696190e3952373865ce538b98cf278d8f6 (diff) |
Release 0.9.4
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 513e325..b72a359 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com> dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(httpauth, 0.9.3, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.3) +AC_INIT(httpauth, 0.9.4, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |