diff options
author | Stef Walter <stef@memberwebs.com> | 2009-04-02 19:22:02 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-04-02 19:22:02 +0000 |
commit | 119813d32b29eb2dc3a2ddcb344f6f39b5455548 (patch) | |
tree | 044f977d53c71f4dd2a3a7277394fee93f9ee4f5 | |
parent | a292e665e7aa78cc8a9ad3569328e06917639c22 (diff) |
Update version number for new pre-release build.
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f239273..79d8682 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.90, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.4.90) +AC_INIT(httpauth, 0.9.4.91, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.4.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |