diff options
author | louis <louis.braun@gmx.de> | 2016-04-16 10:19:16 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-04-16 10:19:16 +0200 |
commit | 5589e956e0ef2d64fb98eec7dbf645127c05f930 (patch) | |
tree | b650aeaefe8e47dfc9319b11411bc4b2618f3f0f | |
parent | 5f060dd5941e63ea6ff6c6a00af246656a1bff31 (diff) | |
download | vdr-plugin-skindesigner-0.9.6.tar.gz vdr-plugin-skindesigner-0.9.6.tar.bz2 |
Version 0.9.60.9.6
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 085b4c3..af1fa6f 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.5"; +static const char *VERSION = "0.9.6"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |