summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
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)