[Pkg-gnupg-commit] [gpgme] 38/53: cpp: Fix version number

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

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.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list