Version 0.7.1

This commit is contained in:
louis 2015-08-09 12:26:24 +02:00
parent c0ab674dfb
commit b62c4ceae0
2 changed files with 3 additions and 1 deletions

View File

@ -424,3 +424,5 @@ Version 0.6.3
Version 0.7.0 Version 0.7.0
- fixed compiling fur unpatched VDR - fixed compiling fur unpatched VDR
Version 0.7.1

View File

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