diff options
author | louis <louis.braun@gmx.de> | 2016-04-17 09:30:31 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-04-17 09:30:31 +0200 |
commit | dd253591501ffd4c574687db960e2647dc6e1573 (patch) | |
tree | 393025610b41ddfb3d10c308120c99762f8073fe | |
parent | 831b055b2bbce1e26c043aa4ec9b2321f78e5bec (diff) | |
download | vdr-plugin-skindesigner-1.0.0.tar.gz vdr-plugin-skindesigner-1.0.0.tar.bz2 |
Version 1.0.01.0.0
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index af1fa6f..68dd25d 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.6"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |