From 8d5cc2b81f93acd3a1e5e32e41ae3f36554155e1 Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 8 Aug 2015 11:20:13 +0200 Subject: [PATCH] Version 0.7.0 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 {