From ffb414cdee209097f19f925c46de9f105cf5358e Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 14 May 2016 10:08:13 +0200 Subject: [PATCH] Version 1.0.3 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 56c97b9..79b3829 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {