diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2014-11-02 19:41:44 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2014-11-02 19:41:44 +0100 |
| commit | 477a3fd086d7d856b40168a568eaa54980b71191 (patch) | |
| tree | 35e7446075ff9908e2e8ee4a38e6449ff11eded4 | |
| parent | 4400c010aa80c4e63a728db89e6e1d7e276c47f2 (diff) | |
| download | vdr-plugin-rpihddevice-477a3fd086d7d856b40168a568eaa54980b71191.tar.gz vdr-plugin-rpihddevice-477a3fd086d7d856b40168a568eaa54980b71191.tar.bz2 | |
new version 0.0.10
| -rw-r--r-- | rpihddevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpihddevice.c b/rpihddevice.c index 664757c..c4296e9 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -13,7 +13,7 @@ #include "display.h" #include "tools.h" -static const char *VERSION = "0.0.9"; +static const char *VERSION = "0.0.10"; static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi"); class cPluginRpiHdDevice : public cPlugin |
