summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2014-11-02 19:41:44 +0100
committerThomas Reufer <thomas@reufer.ch>2014-11-02 19:41:44 +0100
commit477a3fd086d7d856b40168a568eaa54980b71191 (patch)
tree35e7446075ff9908e2e8ee4a38e6449ff11eded4
parent4400c010aa80c4e63a728db89e6e1d7e276c47f2 (diff)
downloadvdr-plugin-rpihddevice-477a3fd086d7d856b40168a568eaa54980b71191.tar.gz
vdr-plugin-rpihddevice-477a3fd086d7d856b40168a568eaa54980b71191.tar.bz2
new version 0.0.10
-rw-r--r--rpihddevice.c2
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