diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-09-04 16:20:08 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-09-04 16:20:08 +0200 |
commit | c5908321b8f3878fa087a788025339a98714df14 (patch) | |
tree | 8ffba58fdacbafc79d68096cbc941e64a8da91a6 /dynamite.c | |
parent | 0f4e514ea0a35f2fea6638fac2c2d85337aeb0d8 (diff) | |
download | vdr-plugin-dynamite-c5908321b8f3878fa087a788025339a98714df14.tar.gz vdr-plugin-dynamite-c5908321b8f3878fa087a788025339a98714df14.tar.bz2 |
auto-wakeup and idle-again now works correctly if the device is not used with OpenDvr in the meantimev0.0.7c
Diffstat (limited to 'dynamite.c')
-rw-r--r-- | dynamite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #include "menu.h" #include "monitor.h" -static const char *VERSION = "0.0.7b"; +static const char *VERSION = "0.0.7c"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |