diff options
author | Werner Koch <[email protected]> | 2013-08-12 12:33:49 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-08-12 12:33:49 +0000 |
commit | d788c35e19df9eade8eb0b880ca1dc47ae7928ad (patch) | |
tree | f760337d6c7a82c3af688180f1fd30af7e75a7be | |
parent | Make test suite workable with GnuPG 2.1. (diff) | |
download | gpgme-d788c35e19df9eade8eb0b880ca1dc47ae7928ad.tar.gz gpgme-d788c35e19df9eade8eb0b880ca1dc47ae7928ad.zip |
Release 1.4.3.gpgme-1.4.3
* configure.ac: Change LT version to C22/A11/R0.
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Noteworthy changes in version 1.4.3 (unreleased) +Noteworthy changes in version 1.4.3 (2013-08-12) ------------------------------------------------ * The default engine names are now taken from the output of gpgconf. diff --git a/configure.ac b/configure.ac index 6eef3a13..92375e6f 100644 --- a/configure.ac +++ b/configure.ac @@ -55,10 +55,10 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=21 +LIBGPGME_LT_CURRENT=22 # 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=10 +LIBGPGME_LT_AGE=11 LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. |