diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2013-03-03 18:14:52 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2013-03-03 18:14:52 +0100 |
commit | 5fe51b1a6dcd9653d0d5cc2f7fee083c99c1e94c (patch) | |
tree | 4f1749ef4895cea6fb7174d5995a846b73844e54 /dynamite.c | |
parent | bd1881382f67cbc068a3544a6828b63de03767d1 (diff) | |
download | vdr-plugin-dynamite-5fe51b1a6dcd9653d0d5cc2f7fee083c99c1e94c.tar.gz vdr-plugin-dynamite-5fe51b1a6dcd9653d0d5cc2f7fee083c99c1e94c.tar.bz2 |
update to vdr 1.7.39v0.1.3
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.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |