summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-06-13 15:42:26 +0200
committerlouis <louis.braun@gmx.de>2015-06-13 15:42:26 +0200
commit1f09f9928d3545f6dcc9ce7a0e9c34a7ad7dc0fd (patch)
treeeda31da69738ca0b4db8f3278403cc15a39b31ea
parent480b0a44e178c3241f121b3306aa323a4904be83 (diff)
downloadvdr-plugin-skindesigner-0.5.3.tar.gz
vdr-plugin-skindesigner-0.5.3.tar.bz2
Version 0.5.30.5.3
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 36bfc23..eccf5da 100644
--- a/HISTORY
+++ b/HISTORY
@@ -370,3 +370,5 @@ Version 0.5.2
- fixed bug in parsing printf text tokens
- changed "Update from Git" to "Update"
- made viewelement scrapercontent in displayreplay detachable
+
+Version 0.5.3 \ No newline at end of file
diff --git a/skindesigner.c b/skindesigner.c
index a632fc7..840a3c4 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.5.2";
+static const char *VERSION = "0.5.3";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {