From e5c735808c16bfec9e4f33dac0215f55ac295382 Mon Sep 17 00:00:00 2001 From: Manuel Reimer Date: Wed, 19 Aug 2020 10:34:30 +0200 Subject: Version 1.0.2 --- HISTORY | 3 +++ plugin.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a4a58df..73202d4 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/plugin.c b/plugin.c index cea0f7a..3d266d4 100644 --- a/plugin.c +++ b/plugin.c @@ -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; -- cgit v1.2.3