diff options
-rw-r--r-- | HISTORY | 5 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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"; |