diff options
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -88,3 +88,6 @@ Version 0.0.5 has to be installed - clearing displaymessage if it is called without text - changed handling of channel logos, width and height are now mandatory + +Version 0.0.6 + diff --git a/skindesigner.c b/skindesigner.c index ed7e181..469988e 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.5"; +static const char *VERSION = "0.0.6"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |