diff options
author | Werner Koch <[email protected]> | 2013-02-26 16:28:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-02-26 17:02:10 +0000 |
commit | ef5cd38123dfbef7843f374ee697b0b5e8730c46 (patch) | |
tree | b00bd1a801623cbdd7592af81086d96f0085eb3a /configure.ac | |
parent | Enable FD passing and thus building of the UI-server. (diff) | |
download | gpgme-ef5cd38123dfbef7843f374ee697b0b5e8730c46.tar.gz gpgme-ef5cd38123dfbef7843f374ee697b0b5e8730c46.zip |
Release 1.4.0.gpgme-1.4.0
* configure.ac: Bump LT version to C20/A9/R0.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 693d403c..51267978 100644 --- a/configure.ac +++ b/configure.ac @@ -55,11 +55,11 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=19 +LIBGPGME_LT_CURRENT=20 # 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=8 -LIBGPGME_LT_REVISION=1 +LIBGPGME_LT_AGE=9 +LIBGPGME_LT_REVISION=0 # If the API is changed in an incompatible way: increment the next counter. GPGME_CONFIG_API_VERSION=1 |