diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac index 96c5b491..437ab157 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], [14]) -m4_define([mym4_micro], [1]) +m4_define([mym4_minor], [15]) +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=34 -LIBGPGME_LT_AGE=23 +LIBGPGME_LT_CURRENT=35 +LIBGPGME_LT_AGE=24 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=17 -LIBGPGMEPP_LT_AGE=11 +LIBGPGMEPP_LT_CURRENT=18 +LIBGPGMEPP_LT_AGE=12 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=11 -LIBQGPGME_LT_AGE=4 +LIBQGPGME_LT_CURRENT=12 +LIBQGPGME_LT_AGE=5 LIBQGPGME_LT_REVISION=0 ################################################ @@ -824,7 +824,7 @@ AH_BOTTOM([ #define GPG_ERR_ENABLE_ERRNO_MACROS 1 #define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \ - "Copyright (C) 2001--2018 g10 Code GmbH\n" + "Copyright (C) 2001--2020 g10 Code GmbH\n" ]) |