summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2025-01-29 06:32:57 +0100
committerStef Walter <stef@thewalter.net>2025-01-29 06:32:57 +0100
commit67e18f604dfd47a158930d1395a1a8522a0ad958 (patch)
treef7c686b91337b85faf422d955075df4aeac48c7e
parent578ce006236113b38caa3aec524b7bb1759e4aef (diff)
Bump version to 1.10.1linux-build-fixes
-rw-r--r--ChangeLog3
-rw-r--r--configure.in4
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 <stef@memberwebs.com>
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"