From 10b128b02456ada94242d9944f6048590c71c6e6 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 13 Jun 2025 16:14:53 +0200 Subject: [PATCH] Release 1.6.0 --- ChangeLog | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 786f8c2b..9a423762 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -master +1.6.0 o Remove blanks in customheaders prefix and skip empty lines o $bouncenumbers$ in probe are now expended to number, messageid when possible diff --git a/configure.ac b/configure.ac index 8987c034..165a38f5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([mlmmj],[1.5.2],[bapt@nours.eu]) +AC_INIT([mlmmj],[1.6.0],[bapt@nours.eu]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION) -- 2.47.3