diff options
author | Thomas Reufer <thomas@reufer.ch> | 2016-04-23 11:03:36 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2016-04-23 11:03:36 +0200 |
commit | 8828f1e8dd7b64d142053269b3f9387ef35ceb38 (patch) | |
tree | 6ff3d08ffefee996465ecb0f3285a370d134b71c /rpihddevice.c | |
parent | c33e07c17fae270ef4fa3fbc9906ee8d542124df (diff) | |
download | vdr-plugin-rpihddevice-1.0.3.tar.gz vdr-plugin-rpihddevice-1.0.3.tar.bz2 |
new version 1.0.31.0.3
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 016a5f0..51a2c44 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -26,7 +26,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.3"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |