From 4744541fde542aa2193ffe6bdaa7c7762e7d1944 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Mon, 16 Jul 2018 10:11:06 +0200 Subject: new version 1.0.4 --- HISTORY | 2 ++ rpihddevice.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a9ccd92..09ada6c 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2018-07-16: Version 1.0.4 +------------------------- - new: - updated Hungarian translations (thanks to Füley István) - make use of advanced deinterlacer configurable diff --git a/rpihddevice.c b/rpihddevice.c index 51a2c44..34724c8 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -26,7 +26,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "1.0.3"; +static const char *VERSION = "1.0.4"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin -- cgit v1.2.3