From f9e98ed8315eaf0468870149d22c5dcf992288ec Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 9 Apr 2025 09:37:52 +0200 Subject: Release 1.53 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c6285cb..66b2256 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -Noteworthy changes in version 1.53 (unreleased) [C39/A39/R_] +Noteworthy changes in version 1.53 (2025-04-09) [C39/A39/R1] ----------------------------------------------- + * Fix regression in 1.52. + Noteworthy changes in version 1.52 (2025-04-08) [C39/A39/R0] ----------------------------------------------- diff --git a/configure.ac b/configure.ac index 89e5553..7b0541f 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,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=39 LIBGPG_ERROR_LT_AGE=39 -LIBGPG_ERROR_LT_REVISION=0 +LIBGPG_ERROR_LT_REVISION=1 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) -- cgit v1.2.3