Version 0.6.0

This commit is contained in:
louis 2015-07-09 17:38:21 +02:00
parent 14f96b8677
commit 32d96c5439
2 changed files with 3 additions and 1 deletions

View File

@ -382,3 +382,5 @@ Version 0.5.3
- fixed bug displaying pixmaps with transparency - fixed bug displaying pixmaps with transparency
- fixed bug displaying wrong headers in skin setup submenus - fixed bug displaying wrong headers in skin setup submenus
Version 0.6.0

View File

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