diff options
author | louis <louis.braun@gmx.de> | 2015-06-28 06:03:32 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-06-28 06:03:32 +0200 |
commit | 559a4c790ec3df26f4614b1fdda3c468eb39fada (patch) | |
tree | 6b3754a207c350bbff0665d39250ebbb677a9f6f /tvguideng.c | |
parent | b83e4f51eb5f51fca2d20c1383b4c26b046d8e26 (diff) | |
download | vdr-plugin-tvguideng-559a4c790ec3df26f4614b1fdda3c468eb39fada.tar.gz vdr-plugin-tvguideng-559a4c790ec3df26f4614b1fdda3c468eb39fada.tar.bz2 |
fixed bug saving intelligentSwitch setup option0.1.6
Diffstat (limited to 'tvguideng.c')
-rw-r--r-- | tvguideng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvguideng.c b/tvguideng.c index 091b720..eed321a 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -13,7 +13,7 @@ #include "setup.h" #include "tvguidengosd.h" -static const char *VERSION = "0.1.5"; +static const char *VERSION = "0.1.6"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |