diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-06-06 12:57:33 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-06-06 12:57:33 +0200 |
commit | 3aa3ccf9680879058746720ffa4989214f86467d (patch) | |
tree | c110582c4266ba03e0e7b6db561432b8f2e83eb0 /block.c | |
parent | c45be69293ddb47f1813ccc74eb8a567ddcaea6b (diff) | |
download | vdr-plugin-block-3aa3ccf9680879058746720ffa4989214f86467d.tar.gz vdr-plugin-block-3aa3ccf9680879058746720ffa4989214f86467d.tar.bz2 |
Release of 0.0.2. See HISTORY for changes.
Diffstat (limited to 'block.c')
-rw-r--r-- | block.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ #include "i18n.h" #include "control.h" -static const char *VERSION = "0.0.2rc1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = trNOOP("Block unwanted shows by EPG title"); static const char *MAINMENUENTRY = trNOOP("Block broadcast"); |