diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -1.1 +1.1 [2004-01-27] + - Fixed crasher when outgoing connection couldn't be established - Removed erroneous chown line from clamsmtpd.sh 1.0 [2004-12-02] diff --git a/configure.in b/configure.in index d2c233a..02ffbaa 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, 0.6, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 0.6) +AC_INIT(proxsmtp, 1.1, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.1) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |