From b5c587b2567e4ac838a33363d02ad228d94b9b14 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 30 Jul 2015 18:19:22 +0200 Subject: [PATCH] Version 0.6.3 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index a50fb7b..f0895a1 100644 --- a/HISTORY +++ b/HISTORY @@ -402,3 +402,6 @@ Version 0.6.2 - fixed bug in checking skin version - added {watched} and {percentseen} to displaymenurecordings current view + +Version 0.6.3 + diff --git a/skindesigner.c b/skindesigner.c index d57c00f..9a3b3e9 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.2"; +static const char *VERSION = "0.6.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {