diff options
author | Werner Koch <[email protected]> | 2014-05-21 07:08:42 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-05-21 07:08:42 +0000 |
commit | 0eca21113c1d1ab2aea58e1ea21075f472f99c23 (patch) | |
tree | 798c439cb8dfefa9610695ee81a0cadb8f0ae3a0 /configure.ac | |
parent | Add 6 new GPGME_STATUS_ codes. (diff) | |
download | gpgme-0eca21113c1d1ab2aea58e1ea21075f472f99c23.tar.gz gpgme-0eca21113c1d1ab2aea58e1ea21075f472f99c23.zip |
Release 1.5.0.gpgme-1.5.0
* configure.ac: Change LT version to C22/A11/R0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 11118492..f3d3195a 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=22 +LIBGPGME_LT_CURRENT=23 # 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=11 +LIBGPGME_LT_AGE=12 LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. |