diff options
author | Midas <vdrportal_midas@gmx.de> | 2012-04-18 18:14:09 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2012-04-18 18:14:09 +0200 |
commit | 88d610d5a9756ea4738a540a01eba1145b03f332 (patch) | |
tree | 42f582ec5f7b391d746fcd78567eb3f2506a549c /block.c | |
parent | e78b814fe5f52e4bbcd63842adefe0e44016ec43 (diff) | |
download | vdr-plugin-block-88d610d5a9756ea4738a540a01eba1145b03f332.tar.gz vdr-plugin-block-88d610d5a9756ea4738a540a01eba1145b03f332.tar.bz2 |
Hotfix: With VDR < 1.7.11 the setup options for DVB rating stay inactive now.
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #include <fstream> using namespace std; -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.2~201204181810dev"; static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title"); static const char *MAINMENUENTRY = trNOOP("(De)Block broadcast"); |