From 0eaed1eb91855f69f680cc883fd2d1e392f4fc5c Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 6 Feb 2021 13:55:19 +0100 Subject: [PATCH] Version 1.2.12 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 05faa70..55ff83c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.11"; +static const char *VERSION = "1.2.12"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {