summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-31 16:51:12 +0200
committerlouis <louis.braun@gmx.de>2015-05-31 16:51:12 +0200
commitd2947bfcfdb16fbb948ef82fd4957e63210f5730 (patch)
tree47c0a54f33ff1ec79cdf451af1866b3106462dd7
parent30cfccdf037aee53379267bd8ecae089c0f2d98c (diff)
downloadvdr-plugin-skindesigner-d2947bfcfdb16fbb948ef82fd4957e63210f5730.tar.gz
vdr-plugin-skindesigner-d2947bfcfdb16fbb948ef82fd4957e63210f5730.tar.bz2
Version 0.5.10.5.1
-rw-r--r--HISTORY1
-rw-r--r--skindesigner.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1554e0a..d88b0b3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -353,3 +353,4 @@ Version 0.5.0
- added some skins
- adapted README
+Version 0.5.1
diff --git a/skindesigner.c b/skindesigner.c
index 7fe815a..08b4bc0 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.5.0";
+static const char *VERSION = "0.5.1";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {