From: Baptiste Daroussin Date: Sat, 9 Dec 2023 19:19:48 +0000 (+0100) Subject: release: 1.4.1 X-Git-Tag: RELEASE_1_4_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247c96a4bea608b420e602c5915b035427142d00;p=thirdparty%2Fmlmmj.git release: 1.4.1 --- 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)