++ version

This commit is contained in:
git@daemon.de
2014-02-05 13:10:07 +01:00
parent a89b16a15c
commit 7848867ac0
2 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
#define PCP_VERSION_MAJOR 0
#define PCP_VERSION_MINOR 2
#define PCP_VERSION_PATCH 0
#define PCP_VERSION_PATCH 1
#define PCP_MAKE_VERSION(major, minor, patch) \
((major) * 10000 + (minor) * 100 + (patch))

View File

@@ -42,8 +42,8 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography.
Signature Options:
-g --sign Create a signature of a file.
-c --check-signature <file> Verify a detached signature in file <file>.
-f --sigfile <file> Write a detached signature file.
-c --check-signature Verify a signature of a file.
-f --sigfile <file> Write or check a detached signature file.
Encoding Options:
-z --z85-encode Armor with Z85 encoding.