diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-04-24 10:36:58 +0200 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-04-24 10:36:58 +0200 |
commit | e4483e3f1fdda592f61738027d62b54966fbdbb2 (patch) | |
tree | 79ba5f30f6452fa6a741bb94bbafa9064ca1661e /rpihddevice.c | |
parent | a7449fcd944bea79121eb950806aaf63d20c955f (diff) | |
download | vdr-plugin-rpihddevice-0.0.9.tar.gz vdr-plugin-rpihddevice-0.0.9.tar.bz2 |
new version 0.0.90.0.9
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 cc10dd3..074b5be 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -12,7 +12,7 @@ #include "setup.h" #include "tools.h" -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.0.9"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |