diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 1f91af3b..92cc8e92 100644 --- a/configure.ac +++ b/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=40 -LIBGPGME_LT_AGE=29 +LIBGPGME_LT_CURRENT=41 +LIBGPGME_LT_AGE=30 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=23 -LIBGPGMEPP_LT_AGE=17 +LIBGPGMEPP_LT_CURRENT=24 +LIBGPGMEPP_LT_AGE=18 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=17 -LIBQGPGME_LT_AGE=2 -LIBQGPGME_LT_REVISION=1 +LIBQGPGME_LT_CURRENT=18 +LIBQGPGME_LT_AGE=3 +LIBQGPGME_LT_REVISION=0 ################################################ AC_SUBST(LIBGPGME_LT_CURRENT) |