diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2021-01-28 11:16:03 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2021-01-28 11:16:03 +0100 |
commit | a21ba806ef957fc42c9d9eb9378fae6b5d186dcf (patch) | |
tree | 3fa37a3bf15e7400d29f78dc95c691ecf041cd99 | |
parent | 9393d2cc35cc05b17d646bba9d9b3fbd2b6c2587 (diff) | |
download | vdr-plugin-graphlcd-a21ba806ef957fc42c9d9eb9378fae6b5d186dcf.tar.gz vdr-plugin-graphlcd-a21ba806ef957fc42c9d9eb9378fae6b5d186dcf.tar.bz2 |
Version 1.0.31.0.3
-rw-r--r-- | plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.3"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |