Version 0.4.0

This commit is contained in:
louis 2015-04-03 10:07:58 +02:00
parent c1b0ab63d0
commit 54ca48045a
2 changed files with 3 additions and 1 deletions

View File

@ -266,3 +266,5 @@ Version 0.3.4
- automatically detect type of image if no file extension is available
- introduced libskindesignerapi
Version 0.4.0

View File

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