diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -145,3 +145,8 @@ Version 0.1.2 - fixed again display of channel in schedules header - added now and next in blackhole channels menu - fixed bug that epg quicksearch menu was not displayed properly +- added weatherforecast templates +- some fixes for plugins which use skindesigner template interface + +Version 0.1.3 +
\ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index 90739a5..ea774d3 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |