aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-06-13 07:00:38 +0000
committerWerner Koch <[email protected]>2019-06-13 13:18:38 +0000
commitea11c2a13cd44caf0bab395bd5132bf232318ad8 (patch)
tree20de0525c2bf34185b835f13703f1cc0ab0ce6d1 /configure.ac
parentpython: Fix regression in t-decrypt-verify test. (diff)
downloadgpgme-ea11c2a13cd44caf0bab395bd5132bf232318ad8.tar.gz
gpgme-ea11c2a13cd44caf0bab395bd5132bf232318ad8.zip
Release 1.13.1gpgme-1.13.1
* configure.ac: Bump LT versions to c=C33/A22/R1 cpp=C16/A10/R0 qt=C10/A3/R4. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 9c6767f8..7bc06048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,18 +53,18 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
#
LIBGPGME_LT_CURRENT=33
LIBGPGME_LT_AGE=22
-LIBGPGME_LT_REVISION=0
+LIBGPGME_LT_REVISION=1
# If there is an ABI break in gpgmepp or qgpgme also bump the
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
-LIBGPGMEPP_LT_CURRENT=15
-LIBGPGMEPP_LT_AGE=9
+LIBGPGMEPP_LT_CURRENT=16
+LIBGPGMEPP_LT_AGE=10
LIBGPGMEPP_LT_REVISION=0
LIBQGPGME_LT_CURRENT=10
LIBQGPGME_LT_AGE=3
-LIBQGPGME_LT_REVISION=3
+LIBQGPGME_LT_REVISION=4
################################################
AC_SUBST(LIBGPGME_LT_CURRENT)