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.
This commit is contained in:
Werner Koch 2025-02-21 11:06:52 +01:00
parent 7e6a65e66a
commit 4139cbcdc2
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -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)