diff options
author | louis <louis.braun@gmx.de> | 2015-01-25 12:36:29 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-25 12:36:29 +0100 |
commit | d0868978bc0970b16221cc72df5c37efbf2accc9 (patch) | |
tree | 18d0fd4a01c437b7a3292f6c08c05d7f282be3c1 | |
parent | 61dbed981d6070c3e642f43b8aaf08309f1e779e (diff) | |
download | vdr-plugin-skindesigner-0.2.0.tar.gz vdr-plugin-skindesigner-0.2.0.tar.bz2 |
Version 0.2.00.2.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -182,3 +182,5 @@ Version 0.1.6 to allow default images which can be used for all skins - fixed bug that setup variables are sometimes not identified in case two or more skin names start identically + +Version 0.2.0 diff --git a/skindesigner.c b/skindesigner.c index 849d967..f2d8169 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.6"; +static const char *VERSION = "0.2.0"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |