diff options
author | Andre Heinecke <[email protected]> | 2016-10-05 15:38:49 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2016-10-05 15:38:49 +0000 |
commit | 8033cff441e9ea185531290273ec343f3402703c (patch) | |
tree | 64f1160e596c63afbc9c0688ee3743fe496cb541 | |
parent | qt: Fix spelling error in WKSPublishJob (diff) | |
download | gpgme-8033cff441e9ea185531290273ec343f3402703c.tar.gz gpgme-8033cff441e9ea185531290273ec343f3402703c.zip |
cpp: Bump Revision
* configure.ac (LIBGPGMEPP_LT_REVISION): Bump revision.
--
The Data::Encoding enum now supports more encodings so
this should have been done then.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8634d8ba..bc4aad97 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ LIBGPGME_LT_REVISION=0 LIBGPGMEPP_LT_CURRENT=6 LIBGPGMEPP_LT_AGE=0 -LIBGPGMEPP_LT_REVISION=1 +LIBGPGMEPP_LT_REVISION=2 LIBQGPGME_LT_CURRENT=7 LIBQGPGME_LT_AGE=0 |