diff options
author | Werner Koch <[email protected]> | 2017-12-12 11:46:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-12-12 11:46:00 +0000 |
commit | 6a42eb5f3809d5eb3767667c190b395d028886e7 (patch) | |
tree | 06ebe4e9bd9b9bcf17b54131724c3d787e04e500 /configure.ac | |
parent | Require libgpg-error 1.24 and libassuan 2.4.2 (diff) | |
download | gpgme-1.10.0.tar.gz gpgme-1.10.0.zip |
Release 1.10.0.gpgme-1.10.0
Signed-off-by: Werner Koch <[email protected]>
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 bca7bbf2..6ea4bcd1 100644 --- a/configure.ac +++ b/configure.ac @@ -55,19 +55,19 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=29 -LIBGPGME_LT_AGE=18 +LIBGPGME_LT_CURRENT=30 +LIBGPGME_LT_AGE=19 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=10 -LIBGPGMEPP_LT_AGE=4 +LIBGPGMEPP_LT_CURRENT=11 +LIBGPGMEPP_LT_AGE=5 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=9 -LIBQGPGME_LT_AGE=2 +LIBQGPGME_LT_CURRENT=10 +LIBQGPGME_LT_AGE=3 LIBQGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. |