diff options
author | Thomas Reufer <thomas@reufer.ch> | 2018-07-16 10:11:06 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2018-07-16 10:11:06 +0200 |
commit | 4744541fde542aa2193ffe6bdaa7c7762e7d1944 (patch) | |
tree | 22d88201d645a134bb7552e30552337d53ee84a1 /rpihddevice.c | |
parent | 2cb488e21ab233928b7109d931a7a19907a26037 (diff) | |
download | vdr-plugin-rpihddevice-1.0.4.tar.gz vdr-plugin-rpihddevice-1.0.4.tar.bz2 |
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 51a2c44..34724c8 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -26,7 +26,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "1.0.3"; +static const char *VERSION = "1.0.4"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |