diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-10-21 18:58:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-10-21 18:58:23 +0200 |
commit | 68cd2f9ba17612427b38f6be37039339432100eb (patch) | |
tree | 901c869aadb365b790467cd15da53bbae20b4ad9 /bin/db-ris | |
parent | 8a769cd36383f9af895bae370d478bf6b9dae999 (diff) |
Release v1.031.03
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.02'; +our $VERSION = '1.03'; 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.02 +version 1.03 =head1 DESCRIPTION |