summaryrefslogtreecommitdiff
path: root/block.c
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-11-13 22:36:41 +0100
committerMidas <vdrportal_midas@gmx.de>2010-11-13 22:36:41 +0100
commit58379189a1a425eae045533f9f5c037a142776c5 (patch)
tree946449563874cd9d46ae090678d9e361c64b9550 /block.c
parente01f4889d18b73e586a00265ba608cdfafc18e03 (diff)
downloadvdr-plugin-block-dev.tar.gz
vdr-plugin-block-dev.tar.bz2
Bugfix:dev
Plugin could have been showing misbehaviour if all channels on a given transponder were blocked and the device was locked by recording from one of the channels. Fixed. Features: Updated Italian translation. Thanks again to Diego Pierotto.
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 67ad63c..a0aa345 100644
--- a/block.c
+++ b/block.c
@@ -20,7 +20,7 @@
using namespace std;
-static const char *VERSION = "0.1.0a";
+static const char *VERSION = "0.1.1";
static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title");
static const char *MAINMENUENTRY = trNOOP("(De)Block broadcast");