diff options
author | Stef Walter <stef@thewalter.net> | 2025-01-29 06:32:57 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2025-01-29 06:32:57 +0100 |
commit | 67e18f604dfd47a158930d1395a1a8522a0ad958 (patch) | |
tree | f7c686b91337b85faf422d955075df4aeac48c7e | |
parent | 578ce006236113b38caa3aec524b7bb1759e4aef (diff) |
Bump version to 1.10.1linux-build-fixes
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -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" |