From 4a7270d8e6092f313caeb7e18842d2774a04f6d8 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 13 Feb 2016 15:00:35 +0100 Subject: [PATCH] Version 0.8.4 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 86786f5..b0f12b1 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.3"; +static const char *VERSION = "0.8.4"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {