diff options
author | Thomas Reufer <thomas@reufer.ch> | 2018-07-16 10:11:06 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2018-07-16 10:11:06 +0200 |
commit | 4744541fde542aa2193ffe6bdaa7c7762e7d1944 (patch) | |
tree | 22d88201d645a134bb7552e30552337d53ee84a1 | |
parent | 2cb488e21ab233928b7109d931a7a19907a26037 (diff) | |
download | vdr-plugin-rpihddevice-master.tar.gz vdr-plugin-rpihddevice-master.tar.bz2 |
-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 |