diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-29 13:36:14 +0200 |
commit | 2e98be0b66fbf7b75e62cb164250e9dab8b89b5c (patch) | |
tree | 396f3b195a686355b2c87f52039c1a2332df797b /bin | |
parent | 826ec4a8e61a2c3a1a9400cc93e2d4e8ae2bc448 (diff) |
Release v1.04 (about time)1.04
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ use Travel::Routing::DE::VRR; use Exception::Class; use Getopt::Long qw/:config no_ignore_case/; -our $VERSION = '1.3'; +our $VERSION = '1.04'; my $ignore_info = 'Fahrradmitnahme'; my $efa; my ( @from, @to, @via, $from_type, $to_type, $via_type ); @@ -228,7 +228,7 @@ efa - unofficial efa.vrr.de command line client =head1 VERSION -version 1.3 +version 1.04 =head1 DESCRIPTION |