diff options
author | dupgit <[email protected]> | 2020-04-21 16:16:40 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2020-05-08 10:34:20 +0000 |
commit | 49c13854f3bf49bc0bf18c6ae6bbf9d66b6625c2 (patch) | |
tree | 69cfbef22742c66471f3d47791b8ebd4061c7799 | |
parent | core: Make sure the keygrip is available in WITH_SECRET mode. (diff) | |
download | gpgme-49c13854f3bf49bc0bf18c6ae6bbf9d66b6625c2.tar.gz gpgme-49c13854f3bf49bc0bf18c6ae6bbf9d66b6625c2.zip |
GPGME_CREATE_NOEXPIRE is only available since 1.9.0
* doc/gpgme.texi: Fixes version number from 1.8.0 to
1.9.0 for GPGME_CREATE_NOEXPIRE.
GnuPG-Bug-Id: T4922
Signed-off-by: dupgit <[email protected]>
-rw-r--r-- | doc/gpgme.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 8129bafa..3e1f30a7 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -4131,7 +4131,7 @@ already existing in the local key database. This flag can be used to override this check. @item GPGME_CREATE_NOEXPIRE -@since{1.8.0} +@since{1.9.0} Request generation of keys that do not expire. |