From 67e18f604dfd47a158930d1395a1a8522a0ad958 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 29 Jan 2025 06:32:57 +0100 Subject: Bump version to 1.10.1 --- ChangeLog | 3 +++ configure.in | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6b796e9..71c8a90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1.10.1 [2025-01-29] + - Fix compilation issues on Linux + 1.10 [2007-06-30] - Make the XFOWARD HELO available as a environment variable in scripts. [Glenn Matthys] - Send an RSET to the server after filter fails an email. diff --git a/configure.in b/configure.in index 895a099..70257eb 100644 --- a/configure.in +++ b/configure.in @@ -36,8 +36,8 @@ dnl Stef Walter dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT(clamsmtp, 1.10, stef@memberwebs.com) -AM_INIT_AUTOMAKE(clamsmtp, 1.10) +AC_INIT(clamsmtp, 1.10.1, stef@thewalter.net) +AM_INIT_AUTOMAKE(clamsmtp, 1.10.1) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3