diff options
author | louis <louis.braun@gmx.de> | 2015-08-14 17:26:00 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-08-14 17:26:00 +0200 |
commit | 196dd7eb9965a405bb16b51dc870fbbb31aeef87 (patch) | |
tree | 332d143eb6defff2ee3def84811dfeeb215ed84d | |
parent | a5d7d6437dbc5a72279b1f5fbfb21d4c337dedc9 (diff) | |
download | vdr-plugin-skindesigner-0.7.2.tar.gz vdr-plugin-skindesigner-0.7.2.tar.bz2 |
Version 0.7.20.7.2
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 60341c4..de93231 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.7.1"; +static const char *VERSION = "0.7.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |