diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-10-11 21:10:20 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-10-11 21:10:20 +0300 |
commit | 3eb8787d89d196468f18e189bd2ad2b53b0633f4 (patch) | |
tree | 2ac6bc853be5c1bd47929808b2bf9389e2d8a5cc | |
parent | b031563771a52ee3a3a1797910e808e31a8b775b (diff) | |
download | vdr-plugin-epgfixer-3eb8787d89d196468f18e189bd2ad2b53b0633f4.tar.gz vdr-plugin-epgfixer-3eb8787d89d196468f18e189bd2ad2b53b0633f4.tar.bz2 |
Version 0.3.0.v0.3.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | epgfixer.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ VDR Plugin 'epgfixer' Revision History -------------------------------------- -2012-09-xx: Version 0.3.0 +2012-10-11: Version 0.3.0 - Enable JIT compiling in PCRE if supported. - Support for channel intervals for channel numbers. @@ -22,7 +22,7 @@ #define GITVERSION "" #endif -static const char VERSION[] = "0.2.1" GITVERSION; +static const char VERSION[] = "0.3.0" GITVERSION; static const char DESCRIPTION[] = trNOOP("Fix bugs in EPG"); class cPluginEpgfixer : public cPlugin { |