diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -1.5 ???? +1.5 [2006-09-05] - Added support for setting the REMOTE variable when an XFORWARD command is seen. diff --git a/configure.in b/configure.in index 91f9f42..849b262 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(proxsmtp, 1.4.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.4.90) +AC_INIT(proxsmtp, 1.5, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.5) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |