diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |