diff options
author | Thomas Reufer <thomas@reufer.ch> | 2015-10-18 09:20:52 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2015-10-18 09:30:35 +0200 |
commit | f4b9c55f3e4eb6e60aceba43d97f611020dc0361 (patch) | |
tree | 1cf56c01fc7c580f0bd929dd9acf84802a482f26 | |
parent | 20921b79aa3386459b74d1f5eebf6c962e4c368a (diff) | |
download | vdr-plugin-rpihddevice-1.0.0.tar.gz vdr-plugin-rpihddevice-1.0.0.tar.bz2 |
new version 1.0.01.0.0
-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 ----------------------------------------- +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 |