aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-08-21 07:41:16 +0000
committerWerner Koch <[email protected]>2023-08-21 07:41:39 +0000
commit8ea7015a230eed6239298d725adf7751c5fb84ea (patch)
tree999b4696a3e949ae27e4a374c9298c8cd6d3ef43 /configure.ac
parentbuild: New configure option --with-libtool-modification. (diff)
downloadgpgme-1.22.0.tar.gz
gpgme-1.22.0.zip
Release 1.22.0gpgme-1.22.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 7ddb1b4f..ae4f9648 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], [1])
-m4_define([mym4_minor], [21])
-m4_define([mym4_micro], [1])
+m4_define([mym4_minor], [22])
+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
@@ -53,19 +53,19 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed: AGE=0)
#
-LIBGPGME_LT_CURRENT=41
-LIBGPGME_LT_AGE=30
+LIBGPGME_LT_CURRENT=42
+LIBGPGME_LT_AGE=31
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=24
-LIBGPGMEPP_LT_AGE=18
+LIBGPGMEPP_LT_CURRENT=25
+LIBGPGMEPP_LT_AGE=19
LIBGPGMEPP_LT_REVISION=0
-LIBQGPGME_LT_CURRENT=18
-LIBQGPGME_LT_AGE=3
+LIBQGPGME_LT_CURRENT=19
+LIBQGPGME_LT_AGE=4
LIBQGPGME_LT_REVISION=0
################################################