summaryrefslogtreecommitdiff
path: root/epgfixer.c
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-11-28 20:26:51 +0200
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2012-11-28 20:26:51 +0200
commit85ddff62f8857a95c679a3019bb5ff68eadb86d4 (patch)
tree4815ce4d99523ce8542b51ae659f2cba5daf03b0 /epgfixer.c
parentb607347427f43c72b9b9a01c860c0a030098f1f3 (diff)
downloadvdr-plugin-epgfixer-0.3.1.tar.gz
vdr-plugin-epgfixer-0.3.1.tar.bz2
Version 0.3.1.v0.3.1
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 1fb81fc..3abe6f2 100644
--- a/epgfixer.c
+++ b/epgfixer.c
@@ -22,7 +22,7 @@
#define GITVERSION ""
#endif
-static const char VERSION[] = "0.3.0" GITVERSION;
+static const char VERSION[] = "0.3.1" GITVERSION;
static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG");
class cPluginEpgfixer : public cPlugin {