diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -1.4 +1.4 [2005-03-24] - Documentation fixes [Sean Franklin] - Don't leak file descriptors when clamsmtpd can't connect to outgoing SMTP server [Chris Mason] diff --git a/configure.in b/configure.in index 5348785..2975325 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.3.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 1.3.90) +AC_INIT(clamsmtp, 1.4, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 1.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |