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 /rpihddevice.c | |
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
Diffstat (limited to 'rpihddevice.c')
-rw-r--r-- | rpihddevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |