diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-06 13:55:19 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-06 13:55:19 +0100 |
commit | 0eaed1eb91855f69f680cc883fd2d1e392f4fc5c (patch) | |
tree | 05f1210dc7817b6149b82532f6ef07861b663e73 | |
parent | a48427cffcde0925812c5e9189cab48e8954f603 (diff) | |
download | vdr-plugin-skindesigner-0eaed1eb91855f69f680cc883fd2d1e392f4fc5c.tar.gz vdr-plugin-skindesigner-0eaed1eb91855f69f680cc883fd2d1e392f4fc5c.tar.bz2 |
Version 1.2.121.2.12
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 05faa70..55ff83c 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.11"; +static const char *VERSION = "1.2.12"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |