From dc6b5f45d821b2911514236658ba454c1d79f0fe Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 16 May 2015 11:25:21 +0200 Subject: [PATCH] Version 0.4.7 --- HISTORY | 2 +- skindesigner.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index ddcfd87..81fb3a7 100644 --- a/HISTORY +++ b/HISTORY @@ -333,5 +333,5 @@ Version 0.4.6 - added permashift support in displaychannel - added timeshift support in displayreplay - +Version 0.4.7 diff --git a/skindesigner.c b/skindesigner.c index 4da5dcf..619210a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.6"; +static const char *VERSION = "0.4.7"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {