diff options
| author | Paul Buetow <paul@buetow.org> | 2013-04-08 21:35:03 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-04-08 21:35:03 +0200 |
| commit | d007775d91e9dab2ef74068992c041957a6b32a7 (patch) | |
| tree | 5a49800f67a4fd2f51d580469204d83101b3e71a | |
| parent | e5bbcf7dad06012c121327680bab99a00f1071d5 (diff) | |
New release0.8.7
| -rw-r--r-- | .version | 2 | ||||
| -rwxr-xr-x | bin/pwgrep.sh | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/pwgrep.1.gz | bin | 2071 -> 2071 bytes |
5 files changed, 9 insertions, 3 deletions
@@ -1 +1 @@ -0.8.5 +0.8.6 diff --git a/bin/pwgrep.sh b/bin/pwgrep.sh index 6e32971..769ab49 100755 --- a/bin/pwgrep.sh +++ b/bin/pwgrep.sh @@ -25,7 +25,7 @@ declare DEFAULTDB=private.gpg declare DEFAULTFILESTOREDIR=filestore declare DEFAULTFILESTORECATEGORY=default -declare -r PWGREP_VERSION=0.8.5 +declare -r PWGREP_VERSION=0.8.6 [ -z "$RCFILE" ] && RCFILE=~/.pwgreprc diff --git a/debian/changelog b/debian/changelog index ee07bb3..074c7bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pwgrep (0.8.6) stable; urgency=low + + * Makefile sets version in pwgrep.sh + + -- Paul Buetow <paul@buetow.org> Mon, 08 Apr 2013 21:34:45 +0200 + pwgrep (0.8.5) stable; urgency=low * Fixing the Makefile again. Arrghh... diff --git a/debian/files b/debian/files index c5d81fd..79e4fe7 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -pwgrep_0.8.5_all.deb utils optional +pwgrep_0.8.6_all.deb utils optional diff --git a/docs/pwgrep.1.gz b/docs/pwgrep.1.gz Binary files differindex 2bc3715..0866186 100644 --- a/docs/pwgrep.1.gz +++ b/docs/pwgrep.1.gz |
