diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 23:59:24 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-04 23:59:24 +0200 |
commit | f0ce22b6b9cfda828ef000d652a0f4e2dc24334d (patch) | |
tree | 8926946b8e6ac14cf97fef95486073ee4855efb9 /plugin.c | |
parent | 8a4168bd0d2e468604755398f18be1fba9046aa0 (diff) | |
download | vdr-plugin-graphlcd-f0ce22b6b9cfda828ef000d652a0f4e2dc24334d.tar.gz vdr-plugin-graphlcd-f0ce22b6b9cfda828ef000d652a0f4e2dc24334d.tar.bz2 |
changing of brightness; external service informations from plugins radiotext and lcr
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,7 @@ * * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de> * (c) 2004 Andreas Regel <andreas.regel AT powarman.de> + * (c) 2010 Wolfgang Astleitner <mrwastl AT users sourceforge net> */ #include <getopt.h> @@ -24,7 +25,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "0.2.0-pre2"; +static const char *VERSION = "0.2.0-git"; static const char *DESCRIPTION = "Output to graphic LCD"; static const char *MAINMENUENTRY = NULL; |