diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-09-04 18:44:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-09-04 18:44:02 +0200 |
commit | f28ea9c3850178352cee72acd56ae073ee6d3f20 (patch) | |
tree | 3f91bc745a097813952e2e5ef77bb5d1e68566b1 /bin | |
parent | 8f6e84a46ebcbec90630bdaf39b935f71114c80d (diff) |
Release v1.001.00
Diffstat (limited to 'bin')
-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.05'; +our $VERSION = '1.00'; use Getopt::Long qw(:config no_ignore_case); use List::Util qw(first max); @@ -141,7 +141,7 @@ B<db-ris> [B<-d> I<date>] [B<-L>] [B<-m> I<motlist>] [B<-t> I<time>] =head1 VERSION -version 0.05 +version 1.00 =head1 DESCRIPTION |