From 9611291e38d29459201ab13d090be87c0ad82928 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 10 Jul 2015 15:56:30 +0200 Subject: [PATCH] Version 0.6.1 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 22d2871..b297fab 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.0"; +static const char *VERSION = "0.6.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {