diff options
| author | Werner Koch <[email protected]> | 2026-06-30 11:57:00 +0200 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2026-06-30 11:57:00 +0200 |
| commit | 34eaa0a69c120cd1d19365c6b24c58e98cd29cdf (patch) | |
| tree | 6f735dcf713774f592108732f3a2aa5ba6fd5274 | |
| parent | w32: Fix typo which broke the build (diff) | |
| download | gpgme-2.1.2.tar.gz gpgme-2.1.2.zip | |
Release 2.1.2gpgme-2.1.2
| -rw-r--r-- | NEWS | 6 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -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) |
