aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-02-21 10:06:52 +0000
committerWerner Koch <[email protected]>2025-02-21 10:06:52 +0000
commit4139cbcdc24440ff9c623a2793d5aba3c743d655 (patch)
treece173cfdc0bbb50c91e2ea8c4364178b4acba844
parentRemove the long deprecated and never working trust list functions. (diff)
downloadgpgme-4139cbcdc24440ff9c623a2793d5aba3c743d655.tar.gz
gpgme-4139cbcdc24440ff9c623a2793d5aba3c743d655.zip
Bump LT version to C45/A0/R0
-- The version 2.0 is technically an API and ABI break due to the removal of long deprecated functions. Most user's won't notice this except for the changed SO number.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 88de3563..d4dcb1cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,9 +55,9 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=44
-LIBGPGME_LT_AGE=33
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_CURRENT=45
+LIBGPGME_LT_AGE=0
+LIBGPGME_LT_REVISION=0
################################################
AC_SUBST(LIBGPGME_LT_CURRENT)