diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | tvguideng.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -25,3 +25,5 @@ Version 0.1.0 - added wraparound scrolling in recording menus - fixed bug that red button also works in detailed view + +Version 0.1.1 diff --git a/tvguideng.c b/tvguideng.c index 0d28a60..d725e75 100644 --- a/tvguideng.c +++ b/tvguideng.c @@ -13,7 +13,7 @@ #include "setup.h" #include "tvguidengosd.h" -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "TV Guide for Skindesigner Skins"; static const char *MAINMENUENTRY = "TV Guide NG"; |