summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2013-04-02 01:40:05 +0200
committerMidas <vdrportal_midas@gmx.de>2013-04-02 01:40:05 +0200
commit4720d203c979e19989038301bec5bf3fa78808a6 (patch)
treeccbde70d2fb19ebc8092e7b1b79533e822154202 /block.c
parent577d7cb62b5303ddf48c1782aef330efb44b241e (diff)
downloadvdr-plugin-block-master.tar.gz
vdr-plugin-block-master.tar.bz2
Fixed a critical bug that prevented the 'DVB rating' item from being shown in setup.HEADmaster
Diffstat (limited to 'block.c')
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 9a940f5..a8055b6 100644
--- a/block.c
+++ b/block.c
@@ -20,7 +20,7 @@
#include <fstream>
using namespace std;
-static const char *VERSION = "0.1.2~201301261121dev";
+static const char *VERSION = "0.1.2~201304020120dev";
static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title");
static const char *MAINMENUENTRY = trNOOP("(De)Block broadcast");