summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog2
-rwxr-xr-xbin/efa2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 8374051..a05cd13 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+efa 1.3 - Sun Jun 6 2010
* Rewrite efa parser using XML::LibXML (major performance improvement)
* Detect more efa.vrr.de errors (no routes found, invalid input data, etc.)
diff --git a/bin/efa b/bin/efa
index 802b27d..b5428ba 100755
--- a/bin/efa
+++ b/bin/efa
@@ -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.2+git';
+my $version = '1.3+git';
my $content;
my $connections;
my %post;