summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-07-30 18:19:22 +0200
committerlouis <louis.braun@gmx.de>2015-07-30 18:19:22 +0200
commitb5c587b2567e4ac838a33363d02ad228d94b9b14 (patch)
tree1813fe568e8ee54575c0a505e4b227a87150bd0a
parent5bb69c2a347901c7d9a4c1756c1bcf9ca652e43d (diff)
downloadvdr-plugin-skindesigner-0.6.3.tar.gz
vdr-plugin-skindesigner-0.6.3.tar.bz2
Version 0.6.30.6.3
-rw-r--r--HISTORY3
-rw-r--r--skindesigner.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index a50fb7b..f0895a1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -402,3 +402,6 @@ Version 0.6.2
- fixed bug in checking skin version
- added {watched} and {percentseen} to displaymenurecordings
current view
+
+Version 0.6.3
+
diff --git a/skindesigner.c b/skindesigner.c
index d57c00f..9a3b3e9 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.6.2";
+static const char *VERSION = "0.6.3";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {