summaryrefslogtreecommitdiff
path: root/dynamite.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2012-02-05 13:09:24 +0100
committerLars Hanisch <dvb@flensrocker.de>2012-02-05 13:09:24 +0100
commite1e34f97b97f51cd724cc44b41bfb160f1867d18 (patch)
tree3cc55a01637565fee4a0f8eb0cd0bd6153c1558a /dynamite.c
parent27d7bed52e5e9a9913de84170d8521c9dfd7fc03 (diff)
downloadvdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.gz
vdr-plugin-dynamite-e1e34f97b97f51cd724cc44b41bfb160f1867d18.tar.bz2
add udev attribute dynamite_sources which will limit the reception of the device to the given sources
Diffstat (limited to 'dynamite.c')
-rw-r--r--dynamite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamite.c b/dynamite.c
index bcfb5c4..9b15363 100644
--- a/dynamite.c
+++ b/dynamite.c
@@ -11,7 +11,7 @@
#include "monitor.h"
#include "status.h"
-static const char *VERSION = "0.0.9a";
+static const char *VERSION = "0.0.9b";
static const char *DESCRIPTION = tr("attach/detach devices on the fly");
static const char *MAINMENUENTRY = NULL;