diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-06 10:14:06 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-06 10:14:06 +0100 |
commit | ca199eec44c41a985962441a7664a61263b6d938 (patch) | |
tree | 7e3d9d242a8019ef7d85a20bff5b10e63534980f | |
parent | a6a995c825c99c421bd7108e4fc5c042535579a3 (diff) | |
download | vdr-plugin-graphlcd-ca199eec44c41a985962441a7664a61263b6d938.tar.gz vdr-plugin-graphlcd-ca199eec44c41a985962441a7664a61263b6d938.tar.bz2 |
increased version number0.1.7
-rw-r--r-- | plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #include <vdr/plugin.h> -static const char *VERSION = "0.1.6"; +static const char *VERSION = "0.1.7"; static const char *DESCRIPTION = "Output to graphic LCD"; static const char *MAINMENUENTRY = NULL; |