From 98032624ae89a67ee6fe3b1db5d95032e681d163 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 21 Dec 2020 18:14:23 +0100 Subject: Release 1.41 --- NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index fcc376f..4521f21 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ -Noteworthy changes in version 1.41 (unreleased) [C31/A31/R ] +Noteworthy changes in version 1.41 (2020-12-21) [C31/A31/R1] ----------------------------------------------- + * Fixes another glitch in the "ignore" meta command. + + * Fixes two typos in the German translation. Release-info: https://dev.gnupg.org/T5192 diff --git a/configure.ac b/configure.ac index c5e5601..cd75a36 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=31 LIBGPG_ERROR_LT_AGE=31 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) -- cgit v1.2.3