diff options
author | louis <louis.braun@gmx.de> | 2016-03-20 13:51:55 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-03-20 13:51:55 +0100 |
commit | 2ba17dda6a3bc7281178e87c81957be60c1a3a7d (patch) | |
tree | e88ca6373d6464d09a951d469cee22ef16bcb8bd | |
parent | 5eaad6565ec175472f43386e8d60dc8869e05999 (diff) | |
download | vdr-plugin-skindesigner-2ba17dda6a3bc7281178e87c81957be60c1a3a7d.tar.gz vdr-plugin-skindesigner-2ba17dda6a3bc7281178e87c81957be60c1a3a7d.tar.bz2 |
Version 0.9.10.9.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 081b9df..55ed5af 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.0"; +static const char *VERSION = "0.9.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |