diff options
author | louis <louis.braun@gmx.de> | 2016-05-14 10:08:13 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-05-14 10:08:13 +0200 |
commit | ffb414cdee209097f19f925c46de9f105cf5358e (patch) | |
tree | 21ae57459a533ff2b3ebb71863b856724f7ee21d | |
parent | b41d0f243152bef8408586a4ee56ac02fa854522 (diff) | |
download | vdr-plugin-skindesigner-1.0.3.tar.gz vdr-plugin-skindesigner-1.0.3.tar.bz2 |
Version 1.0.31.0.3
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 56c97b9..79b3829 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.0.2"; +static const char *VERSION = "1.0.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |