diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-05 22:53:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-05 22:53:39 +0200 |
commit | 791a93239fcfb7cb00cc7badbee663073070219d (patch) | |
tree | d29d4177030da8d9e6dc1c218e9ff89af3eaf54e /bin/efa | |
parent | 62f59f85bbb7ab0f8fe3b736b7c93b2e30552ec7 (diff) |
Release v1.21.2
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ use WWW::Mechanize; my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr'; my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2'; -my $version = '1.1.2+git'; +my $version = '1.2+git'; my $content; my $connections; my %post; |