diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-17 14:10:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-17 14:10:56 +0200 |
commit | fdc7fd454d3a65dcdf6c279e5f09ae37595ab029 (patch) | |
tree | 5f3fb5fa0c9ceb3f396be29063f9dcc71860f334 /bin | |
parent | d2b2f157a2851da8b4b5119e5b6e3a02494eaede (diff) |
Release v1.051.05
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.04'; +our $VERSION = '1.05'; 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.04 +version 1.05 =head1 DESCRIPTION |