diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 11:44:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 11:44:02 +0200 |
commit | 51cd7d02c0263c4bb99a4657036c9da686cbb874 (patch) | |
tree | 441931d1432475d867e56ba0d133d5290a343105 /bin | |
parent | 743bcabebef3ac9d77160a65c752a1fe775ded81 (diff) |
Release v2.052.05
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/hafas-m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/hafas-m b/bin/hafas-m index 66ef99d..2b91146 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '2.04'; +our $VERSION = '2.05'; use Encode qw(decode); use Getopt::Long qw(:config no_ignore_case); @@ -212,7 +212,7 @@ B<hafas-m> [B<-d> I<date>] [B<-t> I<time>] [B<-m> I<motlist>] =head1 VERSION -version 2.04 +version 2.05 =head1 DESCRIPTION |