Version 0.4.6

This commit is contained in:
louis 2015-05-14 12:17:44 +02:00
parent 20371ce467
commit e03a6c2b21
2 changed files with 4 additions and 1 deletions

View File

@ -325,3 +325,6 @@ Version 0.4.5
- chachged displaymessage in menus to detachable
- fixed dayseparators in schedules menu
- small fixes in metrixhd main menu
Version 0.4.6

View File

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