diff options
author | louis <louis.braun@gmx.de> | 2014-11-29 11:56:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-29 11:56:49 +0100 |
commit | da25976325f4797da06b350685ee93fed07c4f97 (patch) | |
tree | 09c4db4561cface19d26f91f89b19bb54aebd8f8 | |
parent | af864fd4492569b19b956b3082e95fa091b18ed8 (diff) | |
download | vdr-plugin-skindesigner-0.0.7.tar.gz vdr-plugin-skindesigner-0.0.7.tar.bz2 |
Version 0.0.70.0.7
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -97,3 +97,6 @@ Version 0.0.6 - added compatibility to librsvg >= 2.36.1 - added onpause and onpausemodeonly in displayreplay - added {channellogoexists} Token everywhere where {channelid} is available + +Version 0.0.7 + diff --git a/skindesigner.c b/skindesigner.c index 7bec722..f89c6dd 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.6"; +static const char *VERSION = "0.0.7"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |