diff options
author | louis <louis.braun@gmx.de> | 2015-08-08 11:20:13 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-08-08 11:20:13 +0200 |
commit | 8d5cc2b81f93acd3a1e5e32e41ae3f36554155e1 (patch) | |
tree | 58c337925444e2de294b6701973c6a0d873158dd | |
parent | ea758f955655ee48b0c3b0f277c21e8cbc045316 (diff) | |
download | vdr-plugin-skindesigner-0.7.0.tar.gz vdr-plugin-skindesigner-0.7.0.tar.bz2 |
Version 0.7.00.7.0
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 + diff --git a/skindesigner.c b/skindesigner.c index 9a3b3e9..6b4d3c7 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -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 { |