aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-03-28 14:49:42 +0000
committerWerner Koch <[email protected]>2017-03-28 14:49:42 +0000
commit1b55e90d422983f303e1d243daeac15e6f916d20 (patch)
tree56f8aea297d04f8b3f95b4930675e12b7f4d4183 /configure.ac
parentRevert "qt: Disable testEncryptDecryptNowrap" (diff)
parentPost release updates (diff)
downloadgpgme-1b55e90d422983f303e1d243daeac15e6f916d20.tar.gz
gpgme-1b55e90d422983f303e1d243daeac15e6f916d20.zip
Merge branch 'gpgme-1.9-branch'
--
Diffstat (limited to '')
-rw-r--r--configure.ac16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 2701d413..7ab94e79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ min_automake_version="1.14"
# commit and push so that the git magic is able to work. See below
# for the LT versions.
m4_define(mym4_version_major, [1])
-m4_define(mym4_version_minor, [8])
+m4_define(mym4_version_minor, [9])
m4_define(mym4_version_micro, [1])
# Below is m4 magic to extract and compute the revision number, the
@@ -55,19 +55,19 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org])
# (Interfaces added: AGE++)
# (Interfaces removed/changed: AGE=0)
#
-LIBGPGME_LT_CURRENT=28
-LIBGPGME_LT_AGE=17
+LIBGPGME_LT_CURRENT=29
+LIBGPGME_LT_AGE=18
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=9
-LIBGPGMEPP_LT_AGE=3
+LIBGPGMEPP_LT_CURRENT=10
+LIBGPGMEPP_LT_AGE=4
LIBGPGMEPP_LT_REVISION=0
-LIBQGPGME_LT_CURRENT=8
-LIBQGPGME_LT_AGE=1
+LIBQGPGME_LT_CURRENT=9
+LIBQGPGME_LT_AGE=2
LIBQGPGME_LT_REVISION=0
# If the API is changed in an incompatible way: increment the next counter.
@@ -789,7 +789,7 @@ AH_BOTTOM([
#define GPG_ERR_ENABLE_ERRNO_MACROS 1
#define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \
- "Copyright (C) 2001--2016 g10 Code GmbH\n"
+ "Copyright (C) 2001--2017 g10 Code GmbH\n"
])