Release 1.14.0
* configure.ac: Bump LT versions to c=C34/A23/R0 cpp=C17/A11/R0 qt=C11/A4/R0. -- GnuPG-bug-id: 4996
This commit is contained in:
parent
690d967196
commit
6d7bf78ca5
6
NEWS
6
NEWS
@ -1,4 +1,4 @@
|
||||
Noteworthy changes in version 1.14.0 (unreleased)
|
||||
Noteworthy changes in version 1.14.0 (2020-07-16)
|
||||
-------------------------------------------------
|
||||
|
||||
* New keylist mode to force the engine to return the keygrip. [#4820]
|
||||
@ -38,6 +38,10 @@ Noteworthy changes in version 1.14.0 (unreleased)
|
||||
qt: GpgCardJob NEW.
|
||||
qt: ExportJob::setExportFlags NEW.
|
||||
|
||||
[c=C34/A23/R0 cpp=C17/A11/R0 qt=C11/A4/R0]
|
||||
|
||||
Release-info: https://dev.gnupg.org/T4996
|
||||
|
||||
|
||||
Noteworthy changes in version 1.13.1 (2019-06-13)
|
||||
-------------------------------------------------
|
||||
|
16
configure.ac
16
configure.ac
@ -53,20 +53,20 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
|
||||
# (Interfaces added: AGE++)
|
||||
# (Interfaces removed: AGE=0)
|
||||
#
|
||||
LIBGPGME_LT_CURRENT=33
|
||||
LIBGPGME_LT_AGE=22
|
||||
LIBGPGME_LT_REVISION=1
|
||||
LIBGPGME_LT_CURRENT=34
|
||||
LIBGPGME_LT_AGE=23
|
||||
LIBGPGME_LT_REVISION=0
|
||||
|
||||
# If there is an ABI break in gpgmepp or qgpgme also bump the
|
||||
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
|
||||
|
||||
LIBGPGMEPP_LT_CURRENT=16
|
||||
LIBGPGMEPP_LT_AGE=10
|
||||
LIBGPGMEPP_LT_CURRENT=17
|
||||
LIBGPGMEPP_LT_AGE=11
|
||||
LIBGPGMEPP_LT_REVISION=0
|
||||
|
||||
LIBQGPGME_LT_CURRENT=10
|
||||
LIBQGPGME_LT_AGE=3
|
||||
LIBQGPGME_LT_REVISION=4
|
||||
LIBQGPGME_LT_CURRENT=11
|
||||
LIBQGPGME_LT_AGE=4
|
||||
LIBQGPGME_LT_REVISION=0
|
||||
################################################
|
||||
|
||||
AC_SUBST(LIBGPGME_LT_CURRENT)
|
||||
|
Loading…
Reference in New Issue
Block a user