diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -3,6 +3,7 @@ - Transparent proxy support [Andreas Steinmetz] - Compile option -Wall only enabled on debug builds - Sample script changed due to configuartion file + - Fixed other minor bugs 0.7 - Added support for ESMTP [Andreas Steinmetz] diff --git a/configure.in b/configure.in index 452a482..c6a889e 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(clamsmtp, 0.7.91, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 0.7.91) +AC_INIT(clamsmtp, 0.8, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 0.8) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |