diff options
author | Thomas Reufer <thomas@reufer.ch> | 2016-03-29 13:43:15 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2016-03-29 13:43:15 +0200 |
commit | 96fcc532564b1f77950affcb26c705e092892a1c (patch) | |
tree | 6eef22830e7a17717968be3809cf877f7f242f59 /rpihddevice.c | |
parent | 4f58ef78476716bea46d908918ea63d4ad90a824 (diff) | |
download | vdr-plugin-rpihddevice-1.0.1.tar.gz vdr-plugin-rpihddevice-1.0.1.tar.bz2 |
new version 1.0.11.0.1
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 031ff65..e1f1511 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -26,7 +26,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |