diff options
author | louis <louis.braun@gmx.de> | 2016-03-28 16:10:47 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-28 16:10:47 +0200 |
commit | 9b2b1c6a1286aa4ca13a6596a9be78679f75eacd (patch) | |
tree | 711f7b52109c59497f881c02a360db565dda5592 | |
parent | 858b489cfbee7c7e12c905d3e55623f53906c070 (diff) | |
download | vdr-plugin-skindesigner-0.9.4.tar.gz vdr-plugin-skindesigner-0.9.4.tar.bz2 |
Version 0.9.40.9.4
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index cdd3c04..085c2d0 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.3"; +static const char *VERSION = "0.9.4"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |