Version 0.5.1

This commit is contained in:
louis 2015-05-31 16:51:12 +02:00
parent 30cfccdf03
commit d2947bfcfd
2 changed files with 2 additions and 1 deletions

View File

@ -353,3 +353,4 @@ Version 0.5.0
- added some skins - added some skins
- adapted README - adapted README
Version 0.5.1

View File

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