summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {