diff options
author | Werner Koch <[email protected]> | 2021-06-24 16:53:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-06-24 17:03:35 +0000 |
commit | 1021c8645555502d914afffaa3707609809c9459 (patch) | |
tree | 3c9408b8b1527f3dd0d8429c5f9e950fb47b4a24 /configure.ac | |
parent | python: Do not include the full file names in the docs. (diff) | |
download | gpgme-1021c8645555502d914afffaa3707609809c9459.tar.gz gpgme-1021c8645555502d914afffaa3707609809c9459.zip |
Release 1.16.0gpgme-1.16.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 902cce1e..4d32366a 100644 --- a/configure.ac +++ b/configure.ac @@ -31,8 +31,8 @@ min_automake_version="1.14" # for the LT versions. m4_define([mym4_package],[gpgme]) m4_define([mym4_major], [1]) -m4_define([mym4_minor], [15]) -m4_define([mym4_micro], [2]) +m4_define([mym4_minor], [16]) +m4_define([mym4_micro], [0]) # Below is m4 magic to extract and compute the git revision number, # the decimalized short revision number, a beta version string and a @@ -53,20 +53,20 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -LIBGPGME_LT_CURRENT=35 -LIBGPGME_LT_AGE=24 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_CURRENT=36 +LIBGPGME_LT_AGE=25 +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=18 -LIBGPGMEPP_LT_AGE=12 -LIBGPGMEPP_LT_REVISION=1 +LIBGPGMEPP_LT_CURRENT=19 +LIBGPGMEPP_LT_AGE=13 +LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=12 -LIBQGPGME_LT_AGE=5 -LIBQGPGME_LT_REVISION=1 +LIBQGPGME_LT_CURRENT=13 +LIBQGPGME_LT_AGE=6 +LIBQGPGME_LT_REVISION=0 ################################################ AC_SUBST(LIBGPGME_LT_CURRENT) |