diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-09-25 00:13:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-09-25 00:13:38 +0200 |
commit | c5183920ae123bd47c8c2aa68c77c5449c793290 (patch) | |
tree | 88980644a61bd03b767da2415d05feeddaca86d4 /bin/hafas-m | |
parent | 79de061967a4df626b2f2fd25c4c1af1c73bbcca (diff) |
release v2.002.00
Diffstat (limited to 'bin/hafas-m')
-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 22eaaab..e802461 100755 --- a/bin/hafas-m +++ b/bin/hafas-m @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -our $VERSION = '1.05'; +our $VERSION = '2.00'; 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 1.05 +version 2.00 =head1 DESCRIPTION |