diff options
author | Andre Heinecke <[email protected]> | 2016-04-11 16:21:26 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-04-11 16:21:26 +0000 |
commit | 8e7074dbb8093cc342e330bcd6b172b4f769a0c6 (patch) | |
tree | 18dccd0f5aa556f702d3f1c9729749159fc94f63 /configure.ac | |
parent | Qt / Cpp: Mention coding style in READMES (diff) | |
download | gpgme-8e7074dbb8093cc342e330bcd6b172b4f769a0c6.tar.gz gpgme-8e7074dbb8093cc342e330bcd6b172b4f769a0c6.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files 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 |