From 012e5397434d117f38dd364e192c9358ca2f8285 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 6 Dec 2014 11:25:26 +0100 Subject: [PATCH] Version 0.1.0 --- HISTORY | 5 ++++- skindesigner.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index b948765..8404702 100644 --- a/HISTORY +++ b/HISTORY @@ -104,5 +104,8 @@ Version 0.0.7 Version 0.0.8 +- added {channelnumber} Token in displaymenuschedules - displaying default menu list if menu category is set to another category - but SetItem() is called \ No newline at end of file + but SetItem() is called + +Version 0.1.0 \ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index fb0b792..be9a507 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.1.0"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer";