diff options
-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"; |