diff options
-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 { |