diff options
author | louis <louis.braun@gmx.de> | 2016-02-28 12:41:42 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-28 12:41:42 +0100 |
commit | 2abeee2337b5254ee23b123f2493d4d1cbc0fac7 (patch) | |
tree | 14be9b303dbba77a8e3905102bc3492c23a75cab | |
parent | 35c2aca36905c3b916dc445a98872b66b237e978 (diff) | |
download | vdr-plugin-skindesigner-0.8.7.tar.gz vdr-plugin-skindesigner-0.8.7.tar.bz2 |
Version 0.8.70.8.7
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index fb2ffcc..e66011d 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.6"; +static const char *VERSION = "0.8.7"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |