diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-03-02 19:23:35 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-03-02 19:23:35 +0100 |
commit | 78dc1ddf349c4daeedc788a7538121ef0450d50a (patch) | |
tree | 8db2a790a3435f0bb7e832aaa8e93f5bf96d3a6e | |
parent | 0e8291c3e90f3ff4514bfab2c7956d0c4d1c1859 (diff) | |
download | vdr-plugin-graphlcd-78dc1ddf349c4daeedc788a7538121ef0450d50a.tar.gz vdr-plugin-graphlcd-78dc1ddf349c4daeedc788a7538121ef0450d50a.tar.bz2 |
increased version number to 0.1.6
-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.5"; +static const char *VERSION = "0.1.6"; static const char *DESCRIPTION = "Output to graphic LCD"; static const char *MAINMENUENTRY = NULL; |