diff options
author | louis <louis.braun@gmx.de> | 2015-07-17 17:38:12 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-17 17:38:12 +0200 |
commit | d9c5219f430e6963e239fa21f965aa1bf1b90ab0 (patch) | |
tree | 1fefa8703a7a69a07d4a5605e315694166cc57e3 | |
parent | c4b49c6cb41a965bf50e7f31f57b7cfd8627dd77 (diff) | |
download | vdr-plugin-skindesigner-0.6.2.tar.gz vdr-plugin-skindesigner-0.6.2.tar.bz2 |
Version 0.6.20.6.2
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -396,3 +396,4 @@ Version 0.6.1 - fixed crashes if main menu is opened consecutively - added version check for skinrepositiries +Version 0.6.2 diff --git a/skindesigner.c b/skindesigner.c index 28e52cc..d57c00f 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.1"; +static const char *VERSION = "0.6.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |