diff options
author | Werner Koch <[email protected]> | 2022-03-06 16:48:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-03-06 16:48:47 +0000 |
commit | ee50a38823daaa16b151a549a7dafef34bbd1e81 (patch) | |
tree | 5a2ee8c0c29799884bd56961621e6c0b1b79a984 | |
parent | qt: Fix ABI compatibility with 1.16.0 (diff) | |
download | gpgme-1.17.1.tar.gz gpgme-1.17.1.zip |
Release 1.17.1gpgme-1.17.1
* configure.ac: Bump QT LT version to C15/A0/R0.
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 9 insertions, 3 deletions
@@ -1,6 +1,12 @@ -Noteworthy changes in version 1.17.1 (unreleased) +Noteworthy changes in version 1.17.1 (2022-03-06) ------------------------------------------------- + * qt: Fix a bug in the ABI compatibility of 1.17.0. [T5834] + + [c=C37/A26/R0 cpp=C20/A14/R0 qt=C15/A0/R0] + + Release-info: https://dev.gnupg.org/T5819 + Noteworthy changes in version 1.17.0 (2022-02-07) ------------------------------------------------- diff --git a/configure.ac b/configure.ac index f6d4b50e..43b18f60 100644 --- a/configure.ac +++ b/configure.ac @@ -64,8 +64,8 @@ LIBGPGMEPP_LT_CURRENT=20 LIBGPGMEPP_LT_AGE=14 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=14 -LIBQGPGME_LT_AGE=7 +LIBQGPGME_LT_CURRENT=15 +LIBQGPGME_LT_AGE=0 LIBQGPGME_LT_REVISION=0 ################################################ |