From 34eaa0a69c120cd1d19365c6b24c58e98cd29cdf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 30 Jun 2026 11:57:00 +0200 Subject: Release 2.1.2 --- NEWS | 6 ++++-- configure.ac | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2c3373aa..86c4850a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,9 @@ -Noteworthy changes in version 2.1.2 (unreleased) [C46/A1/R_] +Noteworthy changes in version 2.1.2 (2026-06-30) [C46/A1/R2] ------------------------------------------------ - Release-info: https://dev.gnupg.org/T8311 + * w32: Fix a syntax error + + Release-info: https://dev.gnupg.org/T8269 Noteworthy changes in version 2.1.1 (2026-06-25) [C46/A1/R1] diff --git a/configure.ac b/configure.ac index ce92153a..cd0af899 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # LIBGPGME_LT_CURRENT=46 LIBGPGME_LT_AGE=1 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_REVISION=2 ################################################ AC_SUBST(LIBGPGME_LT_CURRENT) -- cgit