summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rwxr-xr-xbin/hashl4
-rw-r--r--lib/App/Hashl.pm4
3 files changed, 5 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index abf550e..c2d219a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+hashl 1.00 - Wed Nov 02 2011
* Add "hashl list <regex>" to filter listed files by name
* Do not fail when encountering zero-length files
diff --git a/bin/hashl b/bin/hashl
index 3d964c7..1c1f0ca 100755
--- a/bin/hashl
+++ b/bin/hashl
@@ -28,7 +28,7 @@ my ( $find_ref, $find_db_write );
my $hashl;
-our $VERSION = '0.2';
+our $VERSION = '1.00';
STDERR->autoflush(1);
@@ -417,7 +417,7 @@ B<hashl> [B<-fn>] [B<-d> I<dbfile>] [B<-s> I<read-size>] I<action> [I<args>]
=head1 VERSION
-This manual documents hashl version 0.2
+This manual documents hashl version 1.00
=head1 DESCRIPTION
diff --git a/lib/App/Hashl.pm b/lib/App/Hashl.pm
index 2c382ea..b7d76f6 100644
--- a/lib/App/Hashl.pm
+++ b/lib/App/Hashl.pm
@@ -7,7 +7,7 @@ use 5.010;
use Digest::SHA qw(sha1_hex);
use Storable qw(nstore retrieve);
-our $VERSION = '0.2';
+our $VERSION = '1.00';
sub new {
my ( $obj, %conf ) = @_;
@@ -199,7 +199,7 @@ App::Hashl - Partially hash files, check if files are equal etc.
=head1 VERSION
-This manual documents App::Hashl version 0.2
+This manual documents App::Hashl version 1.00
=head1 DESCRIPTION