diff options
author | louis <louis.braun@gmx.de> | 2016-03-22 22:46:08 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-22 22:46:08 +0100 |
commit | 70d3f6398801804287af8c251d60007161efc5f4 (patch) | |
tree | 27e4989bfa0bf976994cad69eec667ab48feac8d | |
parent | ae48cae115d8f93ec1d465a000a5a7542512226d (diff) | |
download | vdr-plugin-skindesigner-0.9.3.tar.gz vdr-plugin-skindesigner-0.9.3.tar.bz2 |
Version 0.9.30.9.3
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 545f4ea..cdd3c04 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.2"; +static const char *VERSION = "0.9.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |