diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2020-08-19 10:34:30 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2020-08-19 10:34:30 +0200 |
commit | e5c735808c16bfec9e4f33dac0215f55ac295382 (patch) | |
tree | ece1969e04078b59f45286c6c87dc08434dca98f | |
parent | 17df55143b2fcfd5ac96c11f01a8ba2e53ff6e6f (diff) | |
download | vdr-plugin-graphlcd-e5c735808c16bfec9e4f33dac0215f55ac295382.tar.gz vdr-plugin-graphlcd-e5c735808c16bfec9e4f33dac0215f55ac295382.tar.bz2 |
Version 1.0.21.0.2
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | plugin.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ VDR Plugin 'graphlcd' Revision History ------------------------------------- +2020-08-19: Version 1.0.2 +- Fixed VDR version detection in Makefile + 2018-11-10: Version 1.0.1 - Improved "trim" function which doesn't cause negative size_type values @@ -39,7 +39,7 @@ static const char * kPluginName = "graphlcd"; -static const char *VERSION = "1.0.1"; +static const char *VERSION = "1.0.2"; static const char *DESCRIPTION = trNOOP("Output to graphic LCD"); static const char *MAINMENUENTRY = NULL; |