summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY4
-rw-r--r--epgfixer.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7404209..327108a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,10 @@
VDR Plugin 'epgfixer' Revision History
--------------------------------------
+2012-05-13: Version 0.2.1
+
+- Fix linking when --as-needed is used.
+
2012-05-13: Version 0.2.0
- Support for ignoring EPG data for selected channels.
diff --git a/epgfixer.c b/epgfixer.c
index bbf635b..e8e518c 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -22,7 +22,7 @@
#define GITVERSION ""
#endif
-static const char VERSION[] = "0.2.0" GITVERSION;
+static const char VERSION[] = "0.2.1" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {