diff options
author | louis <louis.braun@gmx.de> | 2016-04-30 06:50:35 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-04-30 06:50:35 +0200 |
commit | b528d69dd4ac906a58ff86785468df57bacbec99 (patch) | |
tree | 6b3d9c3084d76b4ad644277aa663f072e0d66599 | |
parent | f4f64e96e5cd5856305498dd562247cdf6474fff (diff) | |
download | vdr-plugin-skindesigner-b528d69dd4ac906a58ff86785468df57bacbec99.tar.gz vdr-plugin-skindesigner-b528d69dd4ac906a58ff86785468df57bacbec99.tar.bz2 |
Version 1.0.11.0.1
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 68dd25d..bd45ff6 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "1.0.0"; +static const char *VERSION = "1.0.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |