diff options
author | louis <louis.braun@gmx.de> | 2016-02-13 15:00:35 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-13 15:00:35 +0100 |
commit | 4a7270d8e6092f313caeb7e18842d2774a04f6d8 (patch) | |
tree | 5da63e86b8507052e77d7e2b386aab108d2a02b6 | |
parent | bd86dd4dea986983389ad434a6ca9e55c8511e42 (diff) | |
download | vdr-plugin-skindesigner-0.8.4.tar.gz vdr-plugin-skindesigner-0.8.4.tar.bz2 |
Version 0.8.40.8.4
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 86786f5..b0f12b1 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.3"; +static const char *VERSION = "0.8.4"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |