summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-05-10 12:56:13 +0200
committerlouis <louis.braun@gmx.de>2015-05-10 12:56:13 +0200
commit896ff99113e202bea91dbb0adb739d82ec4a8c75 (patch)
tree2ba24c57db534ba48c366bc4f5cba4af757716f1
parent28743412fed4d9d59100c38f4def327122ed0e2c (diff)
downloadvdr-plugin-skindesigner-0.4.5.tar.gz
vdr-plugin-skindesigner-0.4.5.tar.bz2
Version 0.4.50.4.5
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index da375a2..91575c1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -310,3 +310,5 @@ Version 0.4.4
- feature: possibility to move viewelements when starting view
- expanded shifting features
+
+Version 0.4.5
diff --git a/skindesigner.c b/skindesigner.c
index fdccca5..f21d14f 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.4.4";
+static const char *VERSION = "0.4.5";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {