diff options
author | Andre Heinecke <[email protected]> | 2016-10-10 15:42:10 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-10-10 15:42:10 +0000 |
commit | e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4 (patch) | |
tree | ab7860d1206a1492ed218555d4de6f1d2471771e /configure.ac | |
parent | Add convenience function to get key from sig (diff) | |
download | gpgme-e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4.tar.gz gpgme-e7ceb83a5969581f5e1b0b6a69d18a93b594f6d4.zip |
Add NEWS for cpp and qt, bump cpp version
* NEWS: Add entries for cpp and qt changes.
* configure.ac: Bump cpp version because of added API.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc4aad97..64f93852 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ LIBGPGME_LT_AGE=15 LIBGPGME_LT_REVISION=0 LIBGPGMEPP_LT_CURRENT=6 -LIBGPGMEPP_LT_AGE=0 +LIBGPGMEPP_LT_AGE=1 LIBGPGMEPP_LT_REVISION=2 LIBQGPGME_LT_CURRENT=7 |