diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2011-02-13 14:53:38 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2011-02-13 14:53:38 +0100 |
commit | d283a0fd024928434bfda4cb83e86ba459159a32 (patch) | |
tree | ce9986b22fa4e7013ed78f8f1bdb189c57001619 /plugin.c | |
parent | f5c3e1a32ea3de53d31dee3059a23eaeca10f63b (diff) | |
download | vdr-plugin-graphlcd-d283a0fd024928434bfda4cb83e86ba459159a32.tar.gz vdr-plugin-graphlcd-d283a0fd024928434bfda4cb83e86ba459159a32.tar.bz2 |
release of version 0.1.90.1.9
Diffstat (limited to 'plugin.c')
-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.9-pre (git 20110123)"; +static const char *VERSION = "0.2.0-pre (git 20110213)"; static const char *DESCRIPTION = "Output to graphic LCD"; static const char *MAINMENUENTRY = NULL; |