diff options
author | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-08 20:56:21 +0100 |
---|---|---|
committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-11-08 20:56:21 +0100 |
commit | aed4434fd79ba560ba30ad2d3b34a837a1f442d1 (patch) | |
tree | 34101af8b7bc88377cb4745c300d033fbf11be71 | |
parent | e122d9a6651bf0a13063a6c8b8377588ae1be0b9 (diff) | |
download | vdr-plugin-graphlcd-aed4434fd79ba560ba30ad2d3b34a837a1f442d1.tar.gz vdr-plugin-graphlcd-aed4434fd79ba560ba30ad2d3b34a837a1f442d1.tar.bz2 |
increased version number to 0.1.8-pre with git hint. that should avoid any confusion which version is really used. the git entry should be updated each month, if a new commit is done.
-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.7"; +static const char *VERSION = "0.1.8-pre (git 2010/11)"; static const char *DESCRIPTION = "Output to graphic LCD"; static const char *MAINMENUENTRY = NULL; |