diff options
author | louis <louis.braun@gmx.de> | 2016-05-30 05:30:01 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-05-30 05:30:01 +0200 |
commit | 81fbdacf68f5713823c3ad1268a084bdbdfe507d (patch) | |
tree | 487f468ccc20712ac228cd17ebeebfc605fbff4b | |
parent | 79623b657139ed0c73d6ff4d8e690c8752af3b31 (diff) | |
download | vdr-plugin-skindesigner-1.1.2.tar.gz vdr-plugin-skindesigner-1.1.2.tar.bz2 |
Version 1.1.21.1.2
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index fe4a508..6772d7b 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.1"; +static const char *VERSION = "1.1.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |