diff options
author | louis <louis.braun@gmx.de> | 2016-03-22 16:59:59 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-22 16:59:59 +0100 |
commit | 2cae451b4c7631d81f871f1e8e5b12a2a24e548e (patch) | |
tree | da4eba5bf938a637429aadcbc93cbd5281378f3a | |
parent | 0b6409019787e54292cfde2efb13fe64022ef4e5 (diff) | |
download | vdr-plugin-skindesigner-0.9.2.tar.gz vdr-plugin-skindesigner-0.9.2.tar.bz2 |
Version 0.9.20.9.2
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 55ed5af..545f4ea 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.1"; +static const char *VERSION = "0.9.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |