From 1f09f9928d3545f6dcc9ce7a0e9c34a7ad7dc0fd Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 13 Jun 2015 15:42:26 +0200 Subject: [PATCH] Version 0.5.3 --- HISTORY | 2 ++ skindesigner.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 36bfc23..eccf5da 100644 --- a/HISTORY +++ b/HISTORY @@ -370,3 +370,5 @@ Version 0.5.2 - fixed bug in parsing printf text tokens - changed "Update from Git" to "Update" - made viewelement scrapercontent in displayreplay detachable + +Version 0.5.3 \ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index a632fc7..840a3c4 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.5.2"; +static const char *VERSION = "0.5.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {