diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 15:25:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-03 15:25:26 +0100 |
commit | 83636e4ea30f8c5666666b7b026dfd02544a429a (patch) | |
tree | 2b2bc7be630ff4cabc39c6b9610626cfc9b8857d /bin/db-ris | |
parent | 7aca2847ff7ec5612451dd9cc672f03b70251419 (diff) |
release v1.011.01
Diffstat (limited to 'bin/db-ris')
-rwxr-xr-x | bin/db-ris | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '1.00'; +our $VERSION = '1.01'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -144,7 +144,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION -version 1.00 +version 1.01 =head1 DESCRIPTION |