summaryrefslogtreecommitdiff
path: root/epgfixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'epgfixer.c')
-rw-r--r--epgfixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgfixer.c b/epgfixer.c
index f87b84e..04bb987 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -16,7 +16,7 @@
#error "VDR-1.7.26 API version or greater is required!"
#endif
-static const char *VERSION = "0.0.7";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {