From be0aa490686ee5e9cf72393d9f73a1b59cc05dd8 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 22 Nov 2014 09:32:30 +0100 Subject: [PATCH] Version 0.0.6 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3adf0f9..2afaa71 100644 --- a/HISTORY +++ b/HISTORY @@ -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";