From e03a6c2b212682f9040f9de17cb2ca07f52ab8bd Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 14 May 2015 12:17:44 +0200 Subject: [PATCH] Version 0.4.6 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 4510ed6..98c5807 100644 --- a/HISTORY +++ b/HISTORY @@ -325,3 +325,6 @@ Version 0.4.5 - chachged displaymessage in menus to detachable - fixed dayseparators in schedules menu - small fixes in metrixhd main menu + +Version 0.4.6 + diff --git a/skindesigner.c b/skindesigner.c index f21d14f..4da5dcf 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.5"; +static const char *VERSION = "0.4.6"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {