diff options
author | louis <louis.braun@gmx.de> | 2014-12-19 15:40:26 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-12-19 15:40:26 +0100 |
commit | 53a6a971a412c2c18c0479f10335753bdac8aa32 (patch) | |
tree | 777e33931d91b57d60a7d26ef4a9bad10c9dbfb3 | |
parent | b0fd4604032be9a902b5bdd07037a5fc0ff16337 (diff) | |
download | vdr-plugin-skindesigner-53a6a971a412c2c18c0479f10335753bdac8aa32.tar.gz vdr-plugin-skindesigner-53a6a971a412c2c18c0479f10335753bdac8aa32.tar.bz2 |
Version 0.1.1
-rw-r--r-- | HISTORY | 4 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -116,4 +116,6 @@ Version 0.1.0 - fixed bug that wrong channel was shown in header of whatson if entering from whatsonnow - added customtokens view element in displaymenumain -- added automatic determination of custom int tokens
\ No newline at end of file +- added automatic determination of custom int tokens + +Version 0.1.1 diff --git a/skindesigner.c b/skindesigner.c index be9a507..1c61ba5 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.1.0"; +static const char *VERSION = "0.1.1"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |