diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-08-09 15:42:09 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-08-09 15:44:08 +0200 |
commit | 8bf91ac1df285fb11bdc6b8322b0f3a534fab834 (patch) | |
tree | 343cd14cce7eeb8c1e3b828ae70068e57ce650e6 /bin/db-ris | |
parent | ab66856968ecf9a721fadb7a0ae67c39663791dc (diff) |
Release v0.050.05
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.04'; +our $VERSION = '0.05'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -128,7 +128,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION -version 0.04 +version 0.05 =head1 DESCRIPTION |