From 9b2b1c6a1286aa4ca13a6596a9be78679f75eacd Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 28 Mar 2016 16:10:47 +0200 Subject: [PATCH] Version 0.9.4 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index cdd3c04..085c2d0 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.3"; +static const char *VERSION = "0.9.4"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {