diff options
author | louis <louis.braun@gmx.de> | 2016-09-24 15:20:31 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2016-09-24 15:20:31 +0200 |
commit | 74f7250c74f3ee1eb31af0273ab46c5d0a45f4d1 (patch) | |
tree | 861da2e058e63183d076393f64c27509a0980777 | |
parent | e114338c4e9205a5eb2911a6440cc581801334ff (diff) | |
download | vdr-plugin-skindesigner-1.2.2.tar.gz vdr-plugin-skindesigner-1.2.2.tar.bz2 |
Version 1.2.21.2.2
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index bbb3a2d..1c60f1a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.2.1"; +static const char *VERSION = "1.2.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |