From dd253591501ffd4c574687db960e2647dc6e1573 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 17 Apr 2016 09:30:31 +0200 Subject: [PATCH] Version 1.0.0 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index af1fa6f..68dd25d 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.6"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {