diff options
author | Werner Koch <[email protected]> | 2016-09-21 06:57:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-09-21 07:18:01 +0000 |
commit | e7ab75379feadcc2894d9d4cde0f16ad0044780d (patch) | |
tree | c41d2e46286008b9633ace0aa2cca80055619d95 /configure.ac | |
parent | python: Create install dir. (diff) | |
download | gpgme-e7ab75379feadcc2894d9d4cde0f16ad0044780d.tar.gz gpgme-e7ab75379feadcc2894d9d4cde0f16ad0044780d.zip |
Release 1.7.0gpgme-1.7.0
* configure.ac: Bump LT vesion to C26/A15/R0.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d6f3e0a0..c9d16aff 100644 --- a/configure.ac +++ b/configure.ac @@ -55,10 +55,10 @@ AC_INIT([gpgme],[mym4_full_version],[http://bugs.gnupg.org]) # (Interfaces added: AGE++) # (Interfaces removed/changed: AGE=0) # -LIBGPGME_LT_CURRENT=25 +LIBGPGME_LT_CURRENT=26 # Subtract 2 from this value if you want to make the LFS transition an # ABI break. [Note to self: Remove this comment with the next regular break.] -LIBGPGME_LT_AGE=14 +LIBGPGME_LT_AGE=15 LIBGPGME_LT_REVISION=0 LIBGPGMEPP_LT_CURRENT=6 @@ -796,7 +796,7 @@ AH_BOTTOM([ #define GPG_ERR_ENABLE_ERRNO_MACROS 1 #define CRIGHTBLURB "Copyright (C) 2000 Werner Koch\n" \ - "Copyright (C) 2001--2015 g10 Code GmbH\n" + "Copyright (C) 2001--2016 g10 Code GmbH\n" ]) |