diff options
author | louis <louis.braun@gmx.de> | 2014-10-26 11:15:48 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-26 11:15:48 +0100 |
commit | c53dbf7cd63785a4e23b9d85faf6ac8493a7a9c3 (patch) | |
tree | ad7a7a1b0b34bd45d974b2a0cf7907edddc30858 | |
parent | 5dee1fced4d51d545d85d0f18db99849ac328b98 (diff) | |
download | vdr-plugin-skindesigner-0.0.3.tar.gz vdr-plugin-skindesigner-0.0.3.tar.bz2 |
Version 0.0.30.0.3
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -40,7 +40,7 @@ Version 0.0.2 - fixed bug that hasposter is only true if poster really exists - no absolute pathes allowed for image type "image", path has to start with {ressourcedir} - +Version 0.0.3 diff --git a/skindesigner.c b/skindesigner.c index 9001d97..d6e8168 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.2"; +static const char *VERSION = "0.0.3"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |