diff options
author | louis <louis.braun@gmx.de> | 2016-03-31 17:03:14 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-31 17:03:14 +0200 |
commit | 53530335ae9f772c584d1141b223c5e6e7ae9592 (patch) | |
tree | 362b64bde4e1524d16c378f3138f9c9c0d43ba08 | |
parent | 5c3937672321891c4d816c8ccb7ea984e71cc83a (diff) | |
download | vdr-plugin-skindesigner-0.9.5.tar.gz vdr-plugin-skindesigner-0.9.5.tar.bz2 |
Version 0.9.50.9.5
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 085c2d0..085b4c3 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.4"; +static const char *VERSION = "0.9.5"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |