diff options
author | louis <louis.braun@gmx.de> | 2016-02-21 15:14:06 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-21 15:14:06 +0100 |
commit | 328af5373fe9f8ec4f3b55281bab3a0ddf18dbc5 (patch) | |
tree | 242ca3b4479ba9f4d8c1eae3cf25f67dcdbd8d84 | |
parent | 0aab77520119db3f1f143a820937607c30a14c8d (diff) | |
download | vdr-plugin-skindesigner-0.8.6.tar.gz vdr-plugin-skindesigner-0.8.6.tar.bz2 |
Version 0.8.60.8.6
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 4489801..02e56d5 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.5"; +static const char *VERSION = "0.8.6"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |