From 247c96a4bea608b420e602c5915b035427142d00 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 9 Dec 2023 20:19:48 +0100 Subject: [PATCH] release: 1.4.1 --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84ceaff0..65f11458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.4.1 + o fix regression in incremental updates 1.4.0-rc3 o fix unattended usage of mlmmj-makeml o fix regression regarding RFC 5321 diff --git a/configure.ac b/configure.ac index e9103979..b9fd05ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([mlmmj],[1.4.0],[bapt@freebsd.org]) +AC_INIT([mlmmj],[1.4.1],[bapt@freebsd.org]) VERSION=$PACKAGE_VERSION AC_SUBST(VERSION) -- 2.47.2