diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2012-03-29 01:39:35 +0200 |
commit | 10d78a85a5e85170979b7695704203de86f17ad3 (patch) | |
tree | ddf86c5147cacbddfc64cfa8c5504512f39fc718 /dynamite.c | |
parent | ac6f59f7f8ff37ffe9a97fe6127926d4b83703e7 (diff) | |
download | vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.gz vdr-plugin-dynamite-10d78a85a5e85170979b7695704203de86f17ad3.tar.bz2 |
re-new the device bonding if a device is attachedv0.0.9e
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.9d"; +static const char *VERSION = "0.0.9e"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |