diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-09-17 00:06:11 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-09-17 00:06:11 +0200 |
commit | eaf6d71d7811104fb78350d9c8b90cc873b141f8 (patch) | |
tree | 166c1f876417660128418768dc9e452ef1e6c3af /bin/db-ris | |
parent | 53e0db6d32d6e6f65c6b6b80bcabcde076982809 (diff) |
Release v2.021.02
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.01'; +our $VERSION = '1.02'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -147,7 +147,7 @@ B<db-ris> [B<-a>] [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION -version 1.01 +version 1.02 =head1 DESCRIPTION |