diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-04-14 01:15:13 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-04-14 01:15:13 +0300 |
commit | c09232f3020c5cdf78fbd7d3f7e5f773c4789da1 (patch) | |
tree | dc4a61f96a2e3b07e6b4be0c237d37f619f4266b | |
parent | c603371f1ca66e7005f6142fcd0f77bd052ca18f (diff) | |
download | vdr-plugin-epgfixer-c09232f3020c5cdf78fbd7d3f7e5f773c4789da1.tar.gz vdr-plugin-epgfixer-c09232f3020c5cdf78fbd7d3f7e5f773c4789da1.tar.bz2 |
Version 0.0.6.v0.0.6
-rw-r--r-- | epgfixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |