Version 0.6.3

This commit is contained in:
louis 2015-07-30 18:19:22 +02:00
parent 5bb69c2a34
commit b5c587b256
2 changed files with 4 additions and 1 deletions

View File

@ -402,3 +402,6 @@ Version 0.6.2
- fixed bug in checking skin version - fixed bug in checking skin version
- added {watched} and {percentseen} to displaymenurecordings - added {watched} and {percentseen} to displaymenurecordings
current view current view
Version 0.6.3

View File

@ -19,7 +19,7 @@
#endif #endif
static const char *VERSION = "0.6.2"; static const char *VERSION = "0.6.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 {