summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e15b4a..9083ecb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-1.7
+1.8 ????
+ - Fix dumb bug with 'Action' config line
+
+1.7 [2006-08-10]
- Fix crasher when connection goes down unexpectedly.
- Add support for letting virus emails pass.
- Better message for 'busy' [Akihiro Sagawa]
diff --git a/configure.in b/configure.in
index 00d1003..7b88b87 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, 1.6.93, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(clamsmtp, 1.6.93)
+AC_INIT(clamsmtp, 1.7, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(clamsmtp, 1.7)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include"