diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | rpihddevice.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |