summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--rpihddevice.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index c714160..cb7911b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
VDR Plugin 'rpihddevice' Revision History
-----------------------------------------
+2016-04-04: Version 1.0.2
+-------------------------
- fixed:
- send proper end of sequence packet after playing single video frame
diff --git a/rpihddevice.c b/rpihddevice.c
index e1f1511..016a5f0 100644
--- a/rpihddevice.c
+++ b/rpihddevice.c
@@ -26,7 +26,7 @@
#include "display.h"
#include "tools.h"
-static const char *VERSION = "1.0.1";
+static const char *VERSION = "1.0.2";
static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi");
class cPluginRpiHdDevice : public cPlugin