diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-04-06 22:57:58 +0200 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-04-06 22:57:58 +0200 |
commit | 26ec60763e994d78568846e5f55a0b8507db3c45 (patch) | |
tree | 5090400d1a9595c22c50b01918561d6558becba7 /dynamite.c | |
parent | d026becc3e77c0881093dab129a4c2c984494256 (diff) | |
download | vdr-plugin-dynamite-26ec60763e994d78568846e5f55a0b8507db3c45.tar.gz vdr-plugin-dynamite-26ec60763e994d78568846e5f55a0b8507db3c45.tar.bz2 |
hm, 0.0.6b was already there...v0.0.6c
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.6b"; +static const char *VERSION = "0.0.6c"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |