aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-07-30 09:47:31 +0000
committerWerner Koch <[email protected]>2014-07-30 09:47:31 +0000
commit16835c3b5d1cea18512b2c93e884d8ca513a2ee7 (patch)
treefa7d65935f47d9e43293a6b0431f75aae64c3230 /configure.ac
parentFix possible realloc overflow for gpgsm and uiserver engines. (diff)
downloadgpgme-16835c3b5d1cea18512b2c93e884d8ca513a2ee7.tar.gz
gpgme-16835c3b5d1cea18512b2c93e884d8ca513a2ee7.zip
Release 1.5.1gpgme-1.5.1
* configure.ac: Change LT version to C24/A13/R0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 92c9463d..b3e17fa6 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=23
+LIBGPGME_LT_CURRENT=24
# 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=12
+LIBGPGME_LT_AGE=13
LIBGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.