summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2018-07-16 10:11:06 +0200
committerThomas Reufer <thomas@reufer.ch>2018-07-16 10:11:06 +0200
commit4744541fde542aa2193ffe6bdaa7c7762e7d1944 (patch)
tree22d88201d645a134bb7552e30552337d53ee84a1
parent2cb488e21ab233928b7109d931a7a19907a26037 (diff)
downloadvdr-plugin-rpihddevice-4744541fde542aa2193ffe6bdaa7c7762e7d1944.tar.gz
vdr-plugin-rpihddevice-4744541fde542aa2193ffe6bdaa7c7762e7d1944.tar.bz2
new version 1.0.4HEAD1.0.4master
-rw-r--r--HISTORY2
-rw-r--r--rpihddevice.c2
2 files changed, 3 insertions, 1 deletions
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