diff options
author | louis <louis.braun@gmx.de> | 2016-03-07 21:26:20 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-07 21:26:20 +0100 |
commit | ef69fa6b36113f6b3a256b44d4865be3ccc867de (patch) | |
tree | 5dcad832fba5f89fbfd0f5b2fb1a81af1b03398f /skindesigner.c | |
parent | b8fee3fdf156a7a3564e555053eddd97c46a34a8 (diff) | |
download | vdr-plugin-skindesigner-0.8.8.tar.gz vdr-plugin-skindesigner-0.8.8.tar.bz2 |
Version 0.8.80.8.8
Diffstat (limited to 'skindesigner.c')
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index e66011d..a3e77da 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.7"; +static const char *VERSION = "0.8.8"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |