From 7848867ac09b6cf16b9350f75806637fbc5c008f Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Wed, 5 Feb 2014 13:10:07 +0100 Subject: [PATCH] ++ version --- include/pcp/version.h | 2 +- man/pcp1.pod | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/pcp/version.h b/include/pcp/version.h index 28b9e1b..2cf175e 100644 --- a/include/pcp/version.h +++ b/include/pcp/version.h @@ -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)) diff --git a/man/pcp1.pod b/man/pcp1.pod index 541a1d9..5ef1d2d 100644 --- a/man/pcp1.pod +++ b/man/pcp1.pod @@ -8,9 +8,9 @@ Pretty Curved Privacy - File encryption using eliptic curve cryptography. Usage: pcp1 [ --help | --version ] [ --keygen | --listkeys | --remove-key | --edit-key ] - [ --export-public | --export-secret | --import-public | --import-secret ] - [ --encrypt | --decrypt ] - [ --sign | --check-signature ] + [ --export-public | --export-secret | --import-public | --import-secret ] + [ --encrypt | --decrypt ] + [ --sign | --check-signature ] General Options: -h --help Print this help message. @@ -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 Verify a detached signature in file . - -f --sigfile Write a detached signature file. + -c --check-signature Verify a signature of a file. + -f --sigfile Write or check a detached signature file. Encoding Options: -z --z85-encode Armor with Z85 encoding.