From 196dd7eb9965a405bb16b51dc870fbbb31aeef87 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 14 Aug 2015 17:26:00 +0200 Subject: [PATCH] Version 0.7.2 --- skindesigner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skindesigner.c b/skindesigner.c index 60341c4..de93231 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.7.1"; +static const char *VERSION = "0.7.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {