diff options
author | Stef Walter <stef@thewalter.net> | 2011-03-04 12:45:27 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2011-03-04 12:45:27 +0100 |
commit | cd3b5b57b8f3e9f1dbd6ce7fc2da4ef0994b5689 (patch) | |
tree | d2f6d58d71de6ea9a685f05bf3e4eb5f9a8a1674 /configure.in | |
parent | 5f35f7bae798625ec6493b174fe1ae54c91d55ae (diff) |
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 79d8682..7098996 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.4.91, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.4.91) +AC_INIT(httpauth, 0.9.5, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.5) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |