summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-01-04 23:13:58 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-01-04 23:13:58 +0100
commite98026836c7c67f2f3aadd7aa93faf1d6d7e54c4 (patch)
tree9c180f49c81dcae6ea486601e57b92c6c39204f1
parent2b323231694bd13a023444227f194ea71e064a59 (diff)
Update the version in the script... ahem.
-rwxr-xr-xbin/efa4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index fa3a14f..6c7c426 100755
--- a/bin/efa
+++ b/bin/efa
@@ -12,7 +12,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.0.2+git';
+my $version = '1.0.3+git';
my $content;
my %post;
my $www = WWW::Mechanize->new(
@@ -219,7 +219,7 @@ GetOptions(
'time=s' => \$time,
'to=s{2}' => \@to,
'to-type=s' => \$to_type,
- 'version' => sub {print "efa version $VERSION\n"; exit 0},
+ 'version' => sub {print "efa version $version\n"; exit 0},
'via=s{2}' => \@via,
'via-type=s' => \$via_type,
'walk-speed=s' => \$walk_speed,