diff options
author | Joachim Wilke <vdr@joachim-wilke.de> | 2011-01-09 18:01:46 +0100 |
---|---|---|
committer | Joachim Wilke <vdr@joachim-wilke.de> | 2011-01-09 18:12:28 +0100 |
commit | eee66d3ce1f420b916449a42f7f570236e34ece1 (patch) | |
tree | 137644488df199e7290a9c96e05c4092bf3e6bc1 /lcdproc.c | |
parent | efcb6216fad91fb8a71aa7aff4c8b3b055e2cb69 (diff) | |
download | vdr-plugin-lcdproc-eee66d3ce1f420b916449a42f7f570236e34ece1.tar.gz vdr-plugin-lcdproc-eee66d3ce1f420b916449a42f7f570236e34ece1.tar.bz2 |
Prepare for release 0.0.10-jw8v0.0.10-jw8
Diffstat (limited to 'lcdproc.c')
-rw-r--r-- | lcdproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ #include "lcd.h" #include "lcdtranstbl.h" -static const char *VERSION = "0.0.10-jw7"; +static const char *VERSION = "0.0.10-jw8"; static const char *MAINMENUENTRY = NULL; static const char *DESCRIPTION = trNOOP("LCDproc output"); |