diff options
author | louis <louis.braun@gmx.de> | 2016-06-25 06:36:32 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-06-25 06:36:32 +0200 |
commit | 4098ceddbf874aedc444f4469aed7d6a7910820e (patch) | |
tree | 895c0f47ed565eab5a56466ced384956f23ca75f | |
parent | c4c4a1090960e5f21c865129e465e6154896fd9c (diff) | |
download | vdr-plugin-skindesigner-1.1.5.tar.gz vdr-plugin-skindesigner-1.1.5.tar.bz2 |
version 1.1.51.1.5
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 990513c..11cf5e4 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.4"; +static const char *VERSION = "1.1.5"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |