diff options
author | louis <louis.braun@gmx.de> | 2015-06-04 16:31:19 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-06-04 16:31:19 +0200 |
commit | f7263ace2355bbbce3245b6d3a1f376f3a0e5dde (patch) | |
tree | 2e46e5ab3c240a0f842b46c52c7ac0aa96844c6d | |
parent | 872320b921bbfd735e980b3960ccc0a74f69fcf6 (diff) | |
download | vdr-plugin-skindesigner-0.5.2.tar.gz vdr-plugin-skindesigner-0.5.2.tar.bz2 |
Version 0.5.20.5.2
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -359,3 +359,5 @@ Version 0.5.1 - use shallow clone when cloning git - implemented possibility to delete skins +Version 0.5.2 + diff --git a/skindesigner.c b/skindesigner.c index 08b4bc0..a632fc7 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.5.1"; +static const char *VERSION = "0.5.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |