diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-02-03 00:18:54 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-02-03 00:18:54 +0100 |
commit | cad49874dc168a01fe63021329962309bbb8aed1 (patch) | |
tree | 2e9506b5530ff8fd46ce62a66f0f1d880b460732 /dynamite.c | |
parent | 81e2c1e8e0486fbc9f25493fbf38799a0f045a7b (diff) | |
download | vdr-plugin-dynamite-cad49874dc168a01fe63021329962309bbb8aed1.tar.gz vdr-plugin-dynamite-cad49874dc168a01fe63021329962309bbb8aed1.tar.bz2 |
rework of vdr-patch because of trouble with the EITScanner and multiple devices
Diffstat (limited to 'dynamite.c')
-rw-r--r-- | dynamite.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ #include "dynamicdevice.h" #include "monitor.h" -static const char *VERSION = "0.0.5d"; +static const char *VERSION = "0.0.5e"; static const char *DESCRIPTION = "attach/detach devices on the fly"; static const char *MAINMENUENTRY = NULL; |