diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-02-05 13:09:24 +0100 |
commit | e1e34f97b97f51cd724cc44b41bfb160f1867d18 (patch) | |
tree | 3cc55a01637565fee4a0f8eb0cd0bd6153c1558a /dynamite.c | |
parent | 27d7bed52e5e9a9913de84170d8521c9dfd7fc03 (diff) | |
download | vdr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |