summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-04-14 01:15:13 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-04-14 01:15:13 +0300
commitc09232f3020c5cdf78fbd7d3f7e5f773c4789da1 (patch)
treedc4a61f96a2e3b07e6b4be0c237d37f619f4266b
parentc603371f1ca66e7005f6142fcd0f77bd052ca18f (diff)
downloadvdr-plugin-epgfixer-c09232f3020c5cdf78fbd7d3f7e5f773c4789da1.tar.gz
vdr-plugin-epgfixer-c09232f3020c5cdf78fbd7d3f7e5f773c4789da1.tar.bz2
Version 0.0.6.v0.0.6
-rw-r--r--epgfixer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgfixer.c b/epgfixer.c
index e58dd30..9d3dc80 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -15,7 +15,7 @@
#error "VDR-1.7.26 API version or greater is required!"
#endif
-static const char *VERSION = "0.0.5";
+static const char *VERSION = "0.0.6";
static const char *DESCRIPTION = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {