From 8e7074dbb8093cc342e330bcd6b172b4f769a0c6 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Mon, 11 Apr 2016 18:21:26 +0200 Subject: [PATCH] Qt/Cpp: Bump so version to 6. * configure.ac (LIBGPGMEPP_LT_CURRENT, LIBQGPGME_LT_CURRENT): Bump. -- While the KDE Frameworks versions had a different name increasing the number avoids a conflict with KDE4 versions and is generally more consistent. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index bba32604..6f1640d3 100644 --- a/configure.ac +++ b/configure.ac @@ -61,11 +61,11 @@ LIBGPGME_LT_CURRENT=25 LIBGPGME_LT_AGE=14 LIBGPGME_LT_REVISION=0 -LIBGPGMEPP_LT_CURRENT=3 +LIBGPGMEPP_LT_CURRENT=6 LIBGPGMEPP_LT_AGE=0 LIBGPGMEPP_LT_REVISION=0 -LIBQGPGME_LT_CURRENT=1 +LIBQGPGME_LT_CURRENT=6 LIBQGPGME_LT_AGE=0 LIBQGPGME_LT_REVISION=0