aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-10-13 08:13:47 +0000
committerAndre Heinecke <[email protected]>2016-10-13 08:13:47 +0000
commit56302e7bb6a694a7c570f389f9a7883efdfdaf42 (patch)
tree76bd060588188e6aa93cadc5e079b9820b171f4c
parentqt, cpp: Fix permissions of Config files (diff)
downloadgpgme-56302e7bb6a694a7c570f389f9a7883efdfdaf42.tar.gz
gpgme-56302e7bb6a694a7c570f389f9a7883efdfdaf42.zip
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.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 64f93852..0cfda5e7 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