diff options
author | Werner Koch <[email protected]> | 2016-10-18 17:23:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-10-18 17:23:59 +0000 |
commit | 2c490cdb3e50761c498357982445ebb01f18dc1e (patch) | |
tree | 0d61b90ee2c6f21d73900e4bfaed5cfe4b2b7140 /configure.ac | |
parent | tests: Make t-cancel more portable. (diff) | |
download | gpgme-1.7.1.tar.gz gpgme-1.7.1.zip |
Release 1.7.1.gpgme-1.7.1
* configure.ac: Set LT version to C27/A16/R0. Note that the LT
versions for cpp and Qt have already been updated.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 0cfda5e7..6580b7c1 100644 --- a/configure.ac +++ b/configure.ac @@ -55,10 +55,8 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=26 -# Subtract 2 from this value if you want to make the LFS transition an -# ABI break. [Note to self: Remove this comment with the next regular break.] -LIBGPGME_LT_AGE=15 +LIBGPGME_LT_CURRENT=27 +LIBGPGME_LT_AGE=16 LIBGPGME_LT_REVISION=0 LIBGPGMEPP_LT_CURRENT=8 |