diff options
author | Stef Walter <stef@memberwebs.com> | 2005-01-27 00:07:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2005-01-27 00:07:49 +0000 |
commit | a6de720a6c93ede0b31b1aaffa9e72c603d8191c (patch) | |
tree | 545f8a84db799bdd16747f5df76ec1d09ced0e29 | |
parent | f2b8f4a63c41bf1ad498be0e90e69593f7ecae10 (diff) |
Version 1.1
-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" |