Version 0.6.2

This commit is contained in:
louis 2015-07-17 17:38:12 +02:00
parent c4b49c6cb4
commit d9c5219f43
2 changed files with 2 additions and 1 deletions

View File

@ -396,3 +396,4 @@ Version 0.6.1
- fixed crashes if main menu is opened consecutively
- added version check for skinrepositiries
Version 0.6.2

View File

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