diff options
author | louis <louis.braun@gmx.de> | 2015-03-14 10:13:03 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-14 10:13:03 +0100 |
commit | 439d3e36cc65bd074bd0e1a1c2b6b6cc4aa392b2 (patch) | |
tree | 1068c18fd6f0567ed1c88ed1638520eefde3e03b | |
parent | 76cc4d1fbe351e9a376dae1772e9116946fc8b7e (diff) | |
download | vdr-plugin-tvguideng-0.0.2.tar.gz vdr-plugin-tvguideng-0.0.2.tar.bz2 |
Version 0.0.20.0.2
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,4 +6,5 @@ VDR Plugin 'tvguideng' Revision History - Initial revision. Version 0.0.2 + - fixed bug that timemanager does not use configured display time diff --git a/tvguideng.c b/tvguideng.c index 8f9b5ba..7a133f7 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -13,7 +13,7 @@ #include "setup.h" #include "tvguidengosd.h" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |