diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-11-28 20:26:51 +0200 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-11-28 20:26:51 +0200 |
commit | 85ddff62f8857a95c679a3019bb5ff68eadb86d4 (patch) | |
tree | 4815ce4d99523ce8542b51ae659f2cba5daf03b0 /epgfixer.c | |
parent | b607347427f43c72b9b9a01c860c0a030098f1f3 (diff) | |
download | vdr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |