From 6766fad3d51a176dad50698a1b94c460ffd28578 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Thu, 8 Dec 2011 00:07:19 +0100 Subject: fix a possible double attach of devices if they have a cardindex set with udev --- dynamite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamite.c') 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; -- cgit v1.2.3