diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-12-16 11:18:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-12-16 11:18:23 +0100 |
commit | fe32955cf562456a044cc1ace99a8349e535d607 (patch) | |
tree | bbb451b9cddbef8d4477098fb1ea03b5505cd13f /bin | |
parent | 3f0d5ed58f6097b65431b7fddc3a347128b53152 (diff) |
Release v2.032.03
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 4a53392..b2efd2b 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.014; -our $VERSION = '2.02'; +our $VERSION = '2.03'; 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.02 +version 2.03 =head1 DESCRIPTION |