diff options
author | louis <louis.braun@gmx.de> | 2015-05-30 16:47:33 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-30 16:47:33 +0200 |
commit | dac7b9e0926fe4b22044de21ddd76dbd7120e1f1 (patch) | |
tree | a5a9e4bdaf65b53fdd8f883db2c3507054e87683 | |
parent | 17871b8811baa9478b2b3247e340aa21bb64e06e (diff) | |
download | vdr-plugin-skindesigner-0.5.0.tar.gz vdr-plugin-skindesigner-0.5.0.tar.bz2 |
Version 0.5.00.5.0
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -345,3 +345,6 @@ Version 0.4.8 - implemented Skin Repositories +Version 0.5.0 + + diff --git a/skindesigner.c b/skindesigner.c index d162478..7fe815a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.8"; +static const char *VERSION = "0.5.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |