summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-07 03:44:44 +0000
committerStef Walter <stef@memberwebs.com>2004-09-07 03:44:44 +0000
commite24fbacde6bbe2ef037ae663351303f66febc626 (patch)
tree4f2aa54e4c3f9e26bc7adc345dd06195840dbc18
parent0a880f80ffa84cf21c8780df37bae2aa70037126 (diff)
- New Version
-rw-r--r--ChangeLog1
-rw-r--r--configure.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b8468a..0628512 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"