From 1c9fd38cc7e68b7a559b5fa760d83fe51c39d2cf Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Mon, 3 May 2021 10:58:55 +0200 Subject: [PATCH] update version --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 4f2de41..628d2ba 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.15"; +static const char *VERSION = "1.2.16"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {