summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
authorPeter Bieringer <pb@bieringer.de>2021-02-15 19:34:34 +0100
committerPeter Bieringer <pb@bieringer.de>2021-02-15 19:34:34 +0100
commit8da9f0f034940a3ff3b0256c956a5ce925c192cd (patch)
treee5e2f04f902aee7e2071be72420c3eee792f5b79 /plugin.c
parent36141d58b45db8dafb1e6c0a0987016151e0cd6e (diff)
downloadvdr-plugin-graphlcd-8da9f0f034940a3ff3b0256c956a5ce925c192cd.tar.gz
vdr-plugin-graphlcd-8da9f0f034940a3ff3b0256c956a5ce925c192cd.tar.bz2
move thread cancel in new introduced Stop() function (hint by VDR maintainer)
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.c b/plugin.c
index 65a59f8..517c23b 100644
--- a/plugin.c
+++ b/plugin.c
@@ -39,7 +39,7 @@
static const char * kPluginName = "graphlcd";
-static const char *VERSION = "1.0.4";
+static const char *VERSION = "1.0.5";
static const char *DESCRIPTION = trNOOP("Output to graphic LCD");
static const char *MAINMENUENTRY = NULL;