From 451ed47434c5ffd2916adae25e5a128606b5ef98 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Apr 2023 13:48:17 +0200 Subject: Release 1.20.0 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ec1ea44..d1b9acab 100644 --- a/configure.ac +++ b/configure.ac @@ -53,20 +53,20 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # -LIBGPGME_LT_CURRENT=39 -LIBGPGME_LT_AGE=28 +LIBGPGME_LT_CURRENT=40 +LIBGPGME_LT_AGE=29 LIBGPGME_LT_REVISION=0 # 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=22 -LIBGPGMEPP_LT_AGE=16 +LIBGPGMEPP_LT_CURRENT=23 +LIBGPGMEPP_LT_AGE=17 LIBGPGMEPP_LT_REVISION=0 LIBQGPGME_LT_CURRENT=17 LIBQGPGME_LT_AGE=2 -LIBQGPGME_LT_REVISION=0 +LIBQGPGME_LT_REVISION=1 ################################################ AC_SUBST(LIBGPGME_LT_CURRENT) -- cgit v1.2.3