summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-06-04 16:31:19 +0200
committerlouis <louis.braun@gmx.de>2015-06-04 16:31:19 +0200
commitf7263ace2355bbbce3245b6d3a1f376f3a0e5dde (patch)
tree2e46e5ab3c240a0f842b46c52c7ac0aa96844c6d
parent872320b921bbfd735e980b3960ccc0a74f69fcf6 (diff)
downloadvdr-plugin-skindesigner-0.5.2.tar.gz
vdr-plugin-skindesigner-0.5.2.tar.bz2
Version 0.5.20.5.2
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 38e3cc0..672b3d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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 {