diff options
author | louis <louis.braun@gmx.de> | 2015-07-10 15:56:30 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-10 15:56:30 +0200 |
commit | 9611291e38d29459201ab13d090be87c0ad82928 (patch) | |
tree | 2946faafb961d8a78948829e71b2d70222d7c341 | |
parent | b188f1f08abd02e02920573bbf611ebb8673d947 (diff) | |
download | vdr-plugin-skindesigner-0.6.1.tar.gz vdr-plugin-skindesigner-0.6.1.tar.bz2 |
Version 0.6.10.6.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 22d2871..b297fab 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.6.0"; +static const char *VERSION = "0.6.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |