diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-08-17 22:16:02 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-08-17 22:16:02 +0200 |
commit | bdec7d4336d73b69b8ff33da44eea00e49b054e2 (patch) | |
tree | 107dacebe57cf4d5f8fe412b55fd087ea8de5a99 /dynamite.c | |
parent | 3049ae76983337cfc736ddcf4f1855fa22e3fd66 (diff) | |
download | vdr-plugin-dynamite-bdec7d4336d73b69b8ff33da44eea00e49b054e2.tar.gz vdr-plugin-dynamite-bdec7d4336d73b69b8ff33da44eea00e49b054e2.tar.bz2 |
add patch for vdr 1.7.19 and add support for new virtual methods of cDevicev0.0.6h
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.6g"; +static const char *VERSION = "0.0.6h"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |