summaryrefslogtreecommitdiff
path: root/dynamite.c
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2011-12-08 00:07:19 +0100
committerLars Hanisch <dvb@flensrocker.de>2011-12-08 00:07:19 +0100
commit6766fad3d51a176dad50698a1b94c460ffd28578 (patch)
treec204e87d0dc067dc9993b0da216f856f3cbb3604 /dynamite.c
parentf140391bee64a89b7bd91230b1ea0b356cc43768 (diff)
downloadvdr-plugin-dynamite-6766fad3d51a176dad50698a1b94c460ffd28578.tar.gz
vdr-plugin-dynamite-6766fad3d51a176dad50698a1b94c460ffd28578.tar.bz2
fix a possible double attach of devices if they have a cardindex set with udevv0.0.8e
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 e1bd370..2aa39e4 100644
--- a/dynamite.c
+++ b/dynamite.c
@@ -10,7 +10,7 @@
#include "menu.h"
#include "monitor.h"
-static const char *VERSION = "0.0.8d";
+static const char *VERSION = "0.0.8e";
static const char *DESCRIPTION = tr("attach/detach devices on the fly");
static const char *MAINMENUENTRY = NULL;