diff options
author | Werner Koch <[email protected]> | 2023-03-17 09:34:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-03-17 09:34:42 +0000 |
commit | 96a30fdf30626a7cefd9c9e620a60817ef44fde2 (patch) | |
tree | 4a2fa486d0a07fc26ab7000b59ba2dd38cf72137 /configure.ac | |
parent | python: Update python.m4 configure script. (diff) | |
download | gpgme-96a30fdf30626a7cefd9c9e620a60817ef44fde2.tar.gz gpgme-96a30fdf30626a7cefd9c9e620a60817ef44fde2.zip |
Release 1.19.0gpgme-1.19.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 83ac09de..fcdad8d6 100644 --- a/configure.ac +++ b/configure.ac @@ -53,19 +53,19 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -LIBGPGME_LT_CURRENT=38 -LIBGPGME_LT_AGE=27 +LIBGPGME_LT_CURRENT=39 +LIBGPGME_LT_AGE=28 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=21 -LIBGPGMEPP_LT_AGE=15 +LIBGPGMEPP_LT_CURRENT=22 +LIBGPGMEPP_LT_AGE=16 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=16 -LIBQGPGME_LT_AGE=1 +LIBQGPGME_LT_CURRENT=17 +LIBQGPGME_LT_AGE=2 LIBQGPGME_LT_REVISION=0 ################################################ |