diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 17:45:15 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 17:45:15 +0200 |
commit | 9a196c63438f37b116067dc93e5e16655e50f926 (patch) | |
tree | afff1b7ff046921bad3dc5c9048b2eaabc360b80 /bin/db-ris | |
parent | c679a589c39d7a727b43d7e81d64c5e8fcd4a97b (diff) |
Release v0.040.04
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 = '0.03'; +our $VERSION = '0.04'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -123,7 +123,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION -version 0.03 +version 0.04 =head1 DESCRIPTION |