Version 0.7.0

This commit is contained in:
louis 2015-08-08 11:20:13 +02:00
parent ea758f9556
commit 8d5cc2b81f
2 changed files with 4 additions and 1 deletions

View File

@ -420,3 +420,6 @@ Version 0.6.3
the text can be placed horizontally centered inside the box borders.
- implemented optional horizontal main-, recordings- and
weatherforecast menu in metrixhd
Version 0.7.0

View File

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