Version 0.4.5

This commit is contained in:
louis 2015-05-10 12:56:13 +02:00
parent 28743412fe
commit 896ff99113
2 changed files with 3 additions and 1 deletions

View File

@ -310,3 +310,5 @@ Version 0.4.4
- feature: possibility to move viewelements when starting view
- expanded shifting features
Version 0.4.5

View File

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