Version 0.5.0

This commit is contained in:
louis 2015-05-30 16:47:33 +02:00
parent 17871b8811
commit dac7b9e092
2 changed files with 4 additions and 1 deletions

View File

@ -345,3 +345,6 @@ Version 0.4.8
- implemented Skin Repositories
Version 0.5.0

View File

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