summaryrefslogtreecommitdiff
path: root/epgfixer.c
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-05 21:04:06 +0300
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-05-05 21:04:06 +0300
commit61b085f1d12ef86807f779f57671fa1e7a5a14c0 (patch)
treedda0a7b329fe08754784e8ca1da1f03db63839c6 /epgfixer.c
parentbc5ae964c6cf9b24aab49383637894b2e88651b7 (diff)
downloadvdr-plugin-epgfixer-0.1.0.tar.gz
vdr-plugin-epgfixer-0.1.0.tar.bz2
Improve error logging. Make character list for menu editing modifiable through translation files. New version number.v0.1.0
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 {