From c18f9399a6f9f5110d8cc098f5c9c5b27b8fce2a Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Fri, 3 May 2013 14:38:21 +0200 Subject: [PATCH] version bump and some cleaning stuff --- README.md | 13 +++++-------- configure.ac | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 21b451d..97bf75c 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,6 @@ margin. Let's play with random data! For completeness I add listing of all options here (also available from @ccr --help@) - Copyright (C) 2013 Mirek Kratochvil - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - Usage: ./ccr [options] Common options: @@ -88,11 +84,11 @@ For completeness I add listing of all options here (also available from Key management: -g, --gen-key generate specified keypair, `help' lists algorithms - -k, --list list matching keys + -k, --list list keys -K, --list-secret - -i, --import import keys (optionally rename them) + -i, --import import keys -I, --import-secret - -p, --export export matching keys + -p, --export export keys -P, --export-secret -x, --delete delete matching keys -X, --delete-secret @@ -103,7 +99,8 @@ For completeness I add listing of all options here (also available from -n, --no-action on import, only show what would be imported -N, --name specify a new name for renaming or importing -F, --filter only work with keys with matching names - -f, --fingerprint format key IDs nicely for human eyes + -f, --fingerprint format full key IDs nicely for human eyes + ## Disclaimer diff --git a/configure.ac b/configure.ac index 2babd14..6a8850d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.6) -AC_INIT([codecrypt], [0.9]) +AC_INIT([codecrypt], [1.0]) AC_CONFIG_AUX_DIR(.) # because of libtoolize AM_INIT_AUTOMAKE()