summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
authormrwastl <mrwastl@users.sourceforge.net>2010-05-04 23:59:24 +0200
committermrwastl <mrwastl@users.sourceforge.net>2010-05-04 23:59:24 +0200
commitf0ce22b6b9cfda828ef000d652a0f4e2dc24334d (patch)
tree8926946b8e6ac14cf97fef95486073ee4855efb9 /plugin.c
parent8a4168bd0d2e468604755398f18be1fba9046aa0 (diff)
downloadvdr-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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin.c b/plugin.c
index be9607f..56130f8 100644
--- a/plugin.c
+++ b/plugin.c
@@ -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;