[git] GPGME - branch, master, updated. gpgme-1.7.0-47-g56302e7

by Andre Heinecke cvs at cvs.gnupg.org
Thu Oct 13 10:15:07 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  56302e7bb6a694a7c570f389f9a7883efdfdaf42 (commit)
      from  a274c7590aa0e38d682d5177904983632f471cb0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 56302e7bb6a694a7c570f389f9a7883efdfdaf42
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Oct 13 10:13:47 2016 +0200

    cpp: Fix version number
    
    * configure.ac (LIBGPGMEPP_LT_CURRENT): Bump.
    --
    Added API so it should have been correct to bump current
    and age and not to bump age.

diff --git a/configure.ac b/configure.ac
index 64f9385..0cfda5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,9 +61,9 @@ LIBGPGME_LT_CURRENT=26
 LIBGPGME_LT_AGE=15
 LIBGPGME_LT_REVISION=0
 
-LIBGPGMEPP_LT_CURRENT=6
-LIBGPGMEPP_LT_AGE=1
-LIBGPGMEPP_LT_REVISION=2
+LIBGPGMEPP_LT_CURRENT=8
+LIBGPGMEPP_LT_AGE=2
+LIBGPGMEPP_LT_REVISION=0
 
 LIBQGPGME_LT_CURRENT=7
 LIBQGPGME_LT_AGE=0

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list