summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--epgfixer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 12076b9..9f3d921 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,7 @@
VDR Plugin 'epgfixer' Revision History
--------------------------------------
-2012-09-xx: Version 0.3.0
+2012-10-11: Version 0.3.0
- Enable JIT compiling in PCRE if supported.
- Support for channel intervals for channel numbers.
diff --git a/epgfixer.c b/epgfixer.c
index e8e518c..1fb81fc 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -22,7 +22,7 @@
#define GITVERSION ""
#endif
-static const char VERSION[] = "0.2.1" GITVERSION;
+static const char VERSION[] = "0.3.0" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {