diff options
author | Stef Walter <stef@memberwebs.com> | 2007-06-21 22:48:49 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-06-21 22:48:49 +0000 |
commit | 899d91e7fe956341a805b3744037530afc6d210f (patch) | |
tree | d0b6f13b864b5a5ef9fc3f76abd07efef8407148 /configure.in | |
parent | 4093e901218ff6293aa9543f6468b75edc23c9f1 (diff) |
Send an RSET to the server after filter fails some data.
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 fc2636e..64a4d3a 100644 --- a/configure.in +++ b/configure.in @@ -32,8 +32,8 @@ dnl DAMAGE. dnl Process this file with autoconf to produce a configure script. -AC_INIT(proxsmtp, 1.7, stef@memberwebs.com) -AM_INIT_AUTOMAKE(proxsmtp, 1.7) +AC_INIT(proxsmtp, 1.7.90, stef@memberwebs.com) +AM_INIT_AUTOMAKE(proxsmtp, 1.7.90) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |