summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-11-08 20:56:21 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-11-08 20:56:21 +0100
commitaed4434fd79ba560ba30ad2d3b34a837a1f442d1 (patch)
tree34101af8b7bc88377cb4745c300d033fbf11be71
parente122d9a6651bf0a13063a6c8b8377588ae1be0b9 (diff)
downloadvdr-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.c b/plugin.c
index 7b8af4f..5a89bf4 100644
--- a/plugin.c
+++ b/plugin.c
@@ -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;