summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-08-08 11:20:13 +0200
committerlouis <louis.braun@gmx.de>2015-08-08 11:20:13 +0200
commit8d5cc2b81f93acd3a1e5e32e41ae3f36554155e1 (patch)
tree58c337925444e2de294b6701973c6a0d873158dd
parentea758f955655ee48b0c3b0f277c21e8cbc045316 (diff)
downloadvdr-plugin-skindesigner-0.7.0.tar.gz
vdr-plugin-skindesigner-0.7.0.tar.bz2
Version 0.7.00.7.0
-rw-r--r--HISTORY3
-rw-r--r--skindesigner.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4a86e9a..e8811ba 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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 {