diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-12-11 13:48:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-12-11 13:48:53 +0100 |
commit | ab6e2009243e2ea00cb3b34587df2460a0b59e57 (patch) | |
tree | 49a692599cd2739e11fe9f1196c324217e3903ca /bin/efa | |
parent | dc9a1c2a7a463345eade0fd058fd5119f3d39742 (diff) |
Release v2.002.00
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; -our $VERSION = '1.06'; +our $VERSION = '2.00'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); @@ -259,7 +259,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION -version 1.06 +version 2.00 =head1 DESCRIPTION |