diff options
author | Stef Walter <stef@thewalter.net> | 2006-08-29 17:50:06 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2006-08-29 17:50:06 +0000 |
commit | 8bf1571d65b27ebebe8f1e8c64cce47313a75b57 (patch) | |
tree | bffdf1724c2ee3e764119c962aeaac849f3d2824 /configure.in | |
parent | 70148c8ae939bcf58545c98ec6228be6755a5566 (diff) |
Update rep version to 2.3.3
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 f12be30..b9c16e3 100644 --- a/configure.in +++ b/configure.in @@ -35,8 +35,8 @@ dnl CONTRIBUTORS dnl Nate Nielsen <nielsen@memberwebs.com> dnl -AC_INIT(rep, 2.3.2e, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(rep, 2.3.2e) +AC_INIT(rep, 2.3.3, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(rep, 2.3.3) CFLAGS="$CFLAGS -I/usr/local/include" CPPFLAGS="$CPPFLAGS -I/usr/local/include" |