summaryrefslogtreecommitdiff
path: root/rpihddevice.c
diff options
context:
space:
mode:
authorThomas Reufer <thomas@reufer.ch>2015-04-29 17:01:58 +0200
committerThomas Reufer <thomas@reufer.ch>2015-04-29 17:01:58 +0200
commit0405214fbb93580ddad245b3a046bf51d410cb72 (patch)
treec12e5e3901c849aaf77a741901b7385b7c56368b /rpihddevice.c
parent6505211b00063558160b73e786dd7d0b1b1a5d59 (diff)
downloadvdr-plugin-rpihddevice-0.1.0.tar.gz
vdr-plugin-rpihddevice-0.1.0.tar.bz2
new version 0.1.00.1.0
Diffstat (limited to 'rpihddevice.c')
-rw-r--r--rpihddevice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpihddevice.c b/rpihddevice.c
index 32b0b90..aef1a48 100644
--- a/rpihddevice.c
+++ b/rpihddevice.c
@@ -13,7 +13,7 @@
#include "display.h"
#include "tools.h"
-static const char *VERSION = "0.0.11";
+static const char *VERSION = "0.1.0";
static const char *DESCRIPTION = trNOOP("HD output device for Raspberry Pi");
class cPluginRpiHdDevice : public cPlugin