diff options
author | Werner Koch <[email protected]> | 2025-02-21 10:06:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-21 10:06:52 +0000 |
commit | 4139cbcdc24440ff9c623a2793d5aba3c743d655 (patch) | |
tree | ce173cfdc0bbb50c91e2ea8c4364178b4acba844 /configure.ac | |
parent | Remove the long deprecated and never working trust list functions. (diff) | |
download | gpgme-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.
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 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) |