From 9d02c50f3fd49daede6e67b6d9e77d47439aab9d Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@derf.homelinux.org>
Date: Sat, 12 Sep 2009 13:02:22 +0200
Subject: [PATCH] Version bump

---
 Changelog | 5 +++++
 bin/efa   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index 950bdc8..96df11b 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+efa 1.0.2 - Sat Sep 12 2009
+
+    * Code cleanup
+    * --restrict is now --include
+
 efa 1.0.1 - Wed Jul 1 2009
 
     * Fixed unicode handling (apparently efa.vrr.de got changed)
diff --git a/bin/efa b/bin/efa
index 7e21266..93c1e7a 100755
--- a/bin/efa
+++ b/bin/efa
@@ -11,7 +11,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.1+git';
+my $VERSION = '1.0.2+git';
 my $content;
 my %post;
 my $www = WWW::Mechanize->new(
-- 
GitLab