diff options
author | louis <louis.braun@gmx.de> | 2015-05-10 12:56:13 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-10 12:56:13 +0200 |
commit | 896ff99113e202bea91dbb0adb739d82ec4a8c75 (patch) | |
tree | 2ba24c57db534ba48c366bc4f5cba4af757716f1 | |
parent | 28743412fed4d9d59100c38f4def327122ed0e2c (diff) | |
download | vdr-plugin-skindesigner-0.4.5.tar.gz vdr-plugin-skindesigner-0.4.5.tar.bz2 |
Version 0.4.50.4.5
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 { |