Version 0.5.3

This commit is contained in:
louis 2015-06-13 15:42:26 +02:00
parent 480b0a44e1
commit 1f09f9928d
2 changed files with 3 additions and 1 deletions

View File

@ -370,3 +370,5 @@ Version 0.5.2
- fixed bug in parsing printf text tokens - fixed bug in parsing printf text tokens
- changed "Update from Git" to "Update" - changed "Update from Git" to "Update"
- made viewelement scrapercontent in displayreplay detachable - made viewelement scrapercontent in displayreplay detachable
Version 0.5.3

View File

@ -19,7 +19,7 @@
#endif #endif
static const char *VERSION = "0.5.2"; static const char *VERSION = "0.5.3";
static const char *DESCRIPTION = trNOOP("Skin Designer"); static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {