From 3eb8787d89d196468f18e189bd2ad2b53b0633f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Thu, 11 Oct 2012 21:10:20 +0300 Subject: Version 0.3.0. --- HISTORY | 2 +- epgfixer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 12076b9..9f3d921 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/epgfixer.c b/epgfixer.c index e8e518c..1fb81fc 100644 --- a/epgfixer.c +++ b/epgfixer.c @@ -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 { -- cgit v1.2.3