diff options
author | louis <louis.braun@gmx.de> | 2016-05-29 10:41:45 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-05-29 10:41:45 +0200 |
commit | d8a0c880d5d35fd5660cd41429475681f077cb9c (patch) | |
tree | cb60d54897e79fb222793fed5a0127106c880b23 | |
parent | 5d927af79c68274af388e2e95e12cfed3b761d86 (diff) | |
download | vdr-plugin-skindesigner-1.1.1.tar.gz vdr-plugin-skindesigner-1.1.1.tar.bz2 |
Version 1.1.11.1.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index a8b35b9..fe4a508 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.0"; +static const char *VERSION = "1.1.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |