diff options
author | Stef Walter <stef@memberwebs.com> | 2004-09-29 16:08:36 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-09-29 16:08:36 +0000 |
commit | cef2e5bb563d24bd6fbc5a2fe9d52ba6ba5d8642 (patch) | |
tree | a3daae2d1985afdeea649bd6b128f8c498b51b3a | |
parent | 7d9b8da3c4473b0be8ce6a6bb5afffd9d28dd755 (diff) |
New version
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -0.9.1 +0.9.5 - Fixed problems with the select zeroing out timeouts. - Added support for setting the PidFile from the config file diff --git a/configure.in b/configure.in index a33596d..afa5a45 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.9.1, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 0.9.1) +AC_INIT(clamsmtp, 0.9.5, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(clamsmtp, 0.9.5) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" |