From 328af5373fe9f8ec4f3b55281bab3a0ddf18dbc5 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 21 Feb 2016 15:14:06 +0100 Subject: [PATCH] Version 0.8.6 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 4489801..02e56d5 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.5"; +static const char *VERSION = "0.8.6"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {