Version 0.4.3

This commit is contained in:
louis 2015-04-12 17:22:41 +02:00
parent 2384aaad4e
commit 5bbd592636
2 changed files with 3 additions and 1 deletions

View File

@ -294,3 +294,5 @@ Version 0.4.2
and slopes
- adapted libskindesignerapi makefile for LCLBLD
Version 0.4.3

View File

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