diff options
author | louis <louis.braun@gmx.de> | 2016-02-01 17:02:49 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-02-01 17:02:49 +0100 |
commit | 97cbc1080d1dccd69f9192d417d6e8b352ce2b66 (patch) | |
tree | 383bd3958f5fb6da72c4b314a65d7f225e4fe827 | |
parent | 0aecaca5f887200f91141125b47597dda29d5515 (diff) | |
download | vdr-plugin-skindesigner-0.8.1.tar.gz vdr-plugin-skindesigner-0.8.1.tar.bz2 |
Version 0.8.10.8.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 68d94ef..52f8d17 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.8.0"; +static const char *VERSION = "0.8.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |