summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-03-20 17:07:47 +0100
committerlouis <louis.braun@gmx.de>2015-03-20 17:07:47 +0100
commit9c93fbc0726ff54f2070837ac821ef3d258dfd30 (patch)
tree7b58cc3feb84fbd80485ab494943d5de5aa66752
parentf0581cbdd32f81696e87f59091bb9d0f48aad31d (diff)
downloadvdr-plugin-skindesigner-0.3.2.tar.gz
vdr-plugin-skindesigner-0.3.2.tar.bz2
Version 0.3.20.3.2
-rw-r--r--HISTORY3
-rw-r--r--skindesigner.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 85efc53..5d50939 100644
--- a/HISTORY
+++ b/HISTORY
@@ -225,3 +225,6 @@ Version 0.3.1
- Fixed hide root menu from a subview template
- Fixed translation of grids
- adapted tvguideng templates
+
+Version 0.3.2
+
diff --git a/skindesigner.c b/skindesigner.c
index a68ca36..5942506 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.3.1";
+static const char *VERSION = "0.3.2";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin {