diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-07-13 13:45:48 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-07-15 13:21:38 +0200 |
commit | eeb5bfefb2ec545a0d2d14249e928de2071e11ac (patch) | |
tree | fa1a964a23c6f167f437044ec2394b135d4c2e79 /skindesigner.c | |
parent | 029ac7e9e418b7917d8b5c32e5716789f4d71d48 (diff) | |
download | vdr-plugin-skindesigner-1.2.8.3.tar.gz vdr-plugin-skindesigner-1.2.8.3.tar.bz2 |
Update services/epgtimer.h1.2.8.3
Diffstat (limited to 'skindesigner.c')
-rw-r--r-- | skindesigner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skindesigner.c b/skindesigner.c index 9957fc2..c4af02a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #endif -static const char *VERSION = "1.2.8"; +static const char *VERSION = "1.2.8.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |