diff options
author | louis <louis.braun@gmx.de> | 2015-07-30 18:19:22 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-30 18:19:22 +0200 |
commit | b5c587b2567e4ac838a33363d02ad228d94b9b14 (patch) | |
tree | 1813fe568e8ee54575c0a505e4b227a87150bd0a | |
parent | 5bb69c2a347901c7d9a4c1756c1bcf9ca652e43d (diff) | |
download | vdr-plugin-skindesigner-0.6.3.tar.gz vdr-plugin-skindesigner-0.6.3.tar.bz2 |
Version 0.6.30.6.3
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 { |