diff options
author | louis <louis.braun@gmx.de> | 2016-07-31 07:19:59 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-07-31 07:19:59 +0200 |
commit | ead80569902d78fe72731a529aac82b23efa6470 (patch) | |
tree | ce6feba095b81161f6b506739d8bde63f592412d | |
parent | 49fbf2c00ec3f68c4b8c46a0420acc5d1a3afbbc (diff) | |
download | vdr-plugin-skindesigner-1.2.1.tar.gz vdr-plugin-skindesigner-1.2.1.tar.bz2 |
Version 1.2.11.2.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index ccccfc0..bbb3a2d 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.2.0"; +static const char *VERSION = "1.2.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |