summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rwxr-xr-xbin/hashl6
-rw-r--r--lib/App/Hashl.pm6
3 files changed, 7 insertions, 7 deletions
diff --git a/Changelog b/Changelog
index d23f33f..8435a45 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+hashl 1.01 - Sun Jan 08 2017
* You can now use -s 0 / --read-size=0 to hash entire files
* New option: -e <file> / --extra-db=<file>
diff --git a/bin/hashl b/bin/hashl
index 7cdbedb..ea14c3e 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -35,7 +35,7 @@ my ( $find_ref, $find_db_write );
my $hashl;
my @ehashl;
-our $VERSION = '1.00';
+our $VERSION = '1.01';
STDERR->autoflush(1);
@@ -523,7 +523,7 @@ B<hashl> [B<-fnx>] [B<-d> I<dbfile>] [B<-s> I<read-size>] I<action> [I<args>]
=head1 VERSION
-This manual documents hashl version 1.00
+This manual documents hashl version 1.01
=head1 DESCRIPTION
@@ -698,7 +698,7 @@ C<< cd ~/lib/video; print -l **/*(.) | hashl -d .argon new-file >>
=head1 AUTHOR
-Copyright (C) 2010 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2010-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm
index 68e8f6e..631445a 100644
--- a/lib/App/Hashl.pm
+++ b/lib/App/Hashl.pm
@@ -7,7 +7,7 @@ use 5.010;
use Digest::SHA;
use Storable qw(nstore retrieve);
-our $VERSION = '1.00';
+our $VERSION = '1.01';
sub new {
my ( $obj, %conf ) = @_;
@@ -237,7 +237,7 @@ App::Hashl - Partially hash files, check if files are equal etc.
=head1 VERSION
-This manual documents App::Hashl version 1.00
+This manual documents App::Hashl version 1.01
=head1 DESCRIPTION
@@ -371,7 +371,7 @@ None known.
=head1 AUTHOR
-Copyright (C) 2011 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
+Copyright (C) 2011-2017 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE