From f4b9c55f3e4eb6e60aceba43d97f611020dc0361 Mon Sep 17 00:00:00 2001 From: Thomas Reufer Date: Sun, 18 Oct 2015 09:20:52 +0200 Subject: new version 1.0.0 --- HISTORY | 2 ++ rpihddevice.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index f546d6c..c365b6f 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,8 @@ VDR Plugin 'rpihddevice' Revision History ----------------------------------------- +2015-10-18: Version 1.0.0 +------------------------- - new: - updated Hungarian translations (thanks to Füley István) - updated Finnish translations (thanks to Rolf Ahrenberg) diff --git a/rpihddevice.c b/rpihddevice.c index ca85a34..b738d0a 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.1.0"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin -- cgit v1.2.3