diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 22:09:27 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 22:09:27 +0200 |
commit | 27545ef714297c6b9a0666960b7d524947654e0b (patch) | |
tree | 469c1f0eb877d471ce3b52bedbf7c781883bf67d /bin | |
parent | 1df5a4680ea2a328619fe5c0364377ad54c94248 (diff) |
Release v0.20.2
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hashl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,7 +28,7 @@ my ( $find_ref, $find_db_write ); my $hashl; -our $VERSION = '0.1'; +our $VERSION = '0.2'; STDERR->autoflush(1); @@ -410,7 +410,7 @@ B<hashl> [B<-d> I<dbfile>] [B<-s> I<read-size>] I<action> [I<args>] =head1 VERSION -This manual documents hashl version 0.1 +This manual documents hashl version 0.2 =head1 DESCRIPTION |