diff options
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 b70e31e5..69d3a640 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=42 -LIBGPGME_LT_AGE=31 +LIBGPGME_LT_CURRENT=43 +LIBGPGME_LT_AGE=32 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=25 -LIBGPGMEPP_LT_AGE=19 +LIBGPGMEPP_LT_CURRENT=26 +LIBGPGMEPP_LT_AGE=20 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=19 -LIBQGPGME_LT_AGE=4 +LIBQGPGME_LT_CURRENT=20 +LIBQGPGME_LT_AGE=5 LIBQGPGME_LT_REVISION=0 ################################################ |