diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -17,3 +17,4 @@ Version 0.0.2 footer and time - completed tokens for time viewelement in detailed view +Version 0.0.3 diff --git a/tvguideng.c b/tvguideng.c index 197dcaa..3d03fec 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -13,7 +13,7 @@ #include "setup.h" #include "tvguidengosd.h" -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |