summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2026-08-31 14:50:10 +0200
committerWerner Koch <[email protected]>2026-08-31 14:50:10 +0200
commit5c2e9553adda72753d7edc4d755814689968f88e (patch)
treeace7c86b85c718a3c61459075f2c7e0e47d0ea91 /configure.ac
parenttests: Add test to check issuer serial number and issuer name (diff)
downloadgpgme-2.2.0.tar.gz
gpgme-2.2.0.zip
Release 2.2.0gpgme-2.2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 7721943e..ee56d99a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@ min_automake_version="1.14"
# for the LT versions.
m4_define([mym4_package],[gpgme])
m4_define([mym4_major], [2])
-m4_define([mym4_minor], [1])
-m4_define([mym4_micro], [3])
+m4_define([mym4_minor], [2])
+m4_define([mym4_micro], [0])
# Below is m4 magic to extract and compute the git revision number,
# the decimalized short revision number, a beta version string and a
@@ -55,9 +55,9 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=46
-LIBGPGME_LT_AGE=1
-LIBGPGME_LT_REVISION=2
+LIBGPGME_LT_CURRENT=47
+LIBGPGME_LT_AGE=2
+LIBGPGME_LT_REVISION=0
################################################
AC_SUBST(LIBGPGME_LT_CURRENT)