From 67ce4befdfc3f318d83226d4205c66734f5ee2f6 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 26 May 2016 13:59:27 +0200 Subject: [PATCH] Version 1.1.0 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 2c64ee7..a8b35b9 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.1.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {