diff options
author | Lars Hanisch <dvb@flensrocker.de> | 2011-12-11 17:54:49 +0100 |
---|---|---|
committer | Lars Hanisch <dvb@flensrocker.de> | 2011-12-11 17:54:49 +0100 |
commit | 6f64fef48bf1223288d530fc243b0bbfce689ffe (patch) | |
tree | 46fdc5f77fc83648cb15664684bfb56b86717c28 /dynamite.c | |
parent | e5899689c72ef8b583d08f79290739abafe2d7a2 (diff) | |
download | vdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.gz vdr-plugin-dynamite-6f64fef48bf1223288d530fc243b0bbfce689ffe.tar.bz2 |
if the initial channel is empty, the current channel is the startup channelv0.0.8g
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.0.8f"; +static const char *VERSION = "0.0.8g"; static const char *DESCRIPTION = tr("attach/detach devices on the fly"); static const char *MAINMENUENTRY = NULL; |