From 0405214fbb93580ddad245b3a046bf51d410cb72 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Wed, 29 Apr 2015 17:01:58 +0200 Subject: new version 0.1.0 --- HISTORY | 2 ++ rpihddevice.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 355a910..0006722 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2015-04-29: Version 0.1.0 +------------------------- - new: - reworked clock stretching in live mode based on buffer usage - added command line argument to disable OSD diff --git a/rpihddevice.c b/rpihddevice.c index 32b0b90..aef1a48 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.0.11"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin -- cgit v1.2.3