diff options
author | louis <louis.braun@gmx.de> | 2016-06-12 11:03:21 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-06-12 11:03:21 +0200 |
commit | 97a9c7e40f320c20061317170ad37cb62cec23fb (patch) | |
tree | b8343fe139feb407934b1000153369481909b662 | |
parent | a9cbdf00fea484c519c93c5eca16ea782ea7fed0 (diff) | |
download | vdr-plugin-skindesigner-97a9c7e40f320c20061317170ad37cb62cec23fb.tar.gz vdr-plugin-skindesigner-97a9c7e40f320c20061317170ad37cb62cec23fb.tar.bz2 |
Version 1.1.31.1.3
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 6772d7b..c23257c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.2"; +static const char *VERSION = "1.1.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |