From 26f029ee76cb5c7a3fef19bb7929f48db08b5f8f Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 6 Feb 2016 10:33:59 +0100 Subject: [PATCH] Version 0.8.2 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 9250194..054d90c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.1"; +static const char *VERSION = "0.8.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {