diff options
author | louis <louis.braun@gmx.de> | 2014-11-22 09:32:30 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-22 09:32:30 +0100 |
commit | be0aa490686ee5e9cf72393d9f73a1b59cc05dd8 (patch) | |
tree | 28a5cd821715e15ec32a217c9aa01cc718c5f584 | |
parent | a34a824527f9ab911f20f0b42d6fdd311a19829a (diff) | |
download | vdr-plugin-skindesigner-0.0.6.tar.gz vdr-plugin-skindesigner-0.0.6.tar.bz2 |
Version 0.0.60.0.6
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -88,3 +88,6 @@ Version 0.0.5 has to be installed - clearing displaymessage if it is called without text - changed handling of channel logos, width and height are now mandatory + +Version 0.0.6 + diff --git a/skindesigner.c b/skindesigner.c index ed7e181..469988e 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.0.5"; +static const char *VERSION = "0.0.6"; static const char *DESCRIPTION = "SkinDesigner"; static const char *MAINMENUENTRY = "Skin Designer"; |