diff options
author | louis <louis.braun@gmx.de> | 2016-02-06 10:33:59 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-06 10:33:59 +0100 |
commit | 26f029ee76cb5c7a3fef19bb7929f48db08b5f8f (patch) | |
tree | e627a5a9e71b13fead2945aba202307782473845 | |
parent | 86d3df4223a7fb998dc2fffb5425390523ad6155 (diff) | |
download | vdr-plugin-skindesigner-0.8.2.tar.gz vdr-plugin-skindesigner-0.8.2.tar.bz2 |
Version 0.8.20.8.2
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 9250194..054d90c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.1"; +static const char *VERSION = "0.8.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |