diff options
author | louis <louis.braun@gmx.de> | 2016-07-23 14:17:03 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-07-23 14:17:03 +0200 |
commit | 404b9f3add6b036132e2efe5bc766f757646e7ca (patch) | |
tree | df895aefa8b7196b7b4beca1a94181870cbda98d | |
parent | 8c28b0c0fb31c910773fc605ac704b0aef65e977 (diff) | |
download | vdr-plugin-skindesigner-1.2.0.tar.gz vdr-plugin-skindesigner-1.2.0.tar.bz2 |
Version 1.2.01.2.0
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 11cf5e4..ccccfc0 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.1.5"; +static const char *VERSION = "1.2.0"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |