Version 0.4.7

This commit is contained in:
louis 2015-05-16 11:25:21 +02:00
parent 5aa23d261e
commit dc6b5f45d8
2 changed files with 2 additions and 2 deletions

View File

@ -333,5 +333,5 @@ Version 0.4.6
- added permashift support in displaychannel
- added timeshift support in displayreplay
Version 0.4.7

View File

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