diff options
author | louis <louis.braun@gmx.de> | 2016-06-19 06:42:47 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-06-19 06:42:47 +0200 |
commit | 3b2944496ab488c5e0812ef28d069461dbbdee13 (patch) | |
tree | b9e711602c5dfe39c86b2982d30af2282172efa7 /skindesigner.c | |
parent | 0e04d4eaeadbac082762a46a04cf8bee08b400f2 (diff) | |
download | vdr-plugin-skindesigner-1.1.4.tar.gz vdr-plugin-skindesigner-1.1.4.tar.bz2 |
Version 1.1.41.1.4
Diffstat (limited to 'skindesigner.c')
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 2db00ee..990513c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.3"; +static const char *VERSION = "1.1.4"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |