diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-02-09 13:55:34 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2022-02-09 13:55:34 +0100 |
commit | 79a95914f0cc2789238f5fc3e96a9a61201bc0e0 (patch) | |
tree | 6733fa63b2cc2ee954680ce97692b9fd91f7a0bb /skindesigner.c | |
parent | 2f645127100f1e5e18d288b6f212f5760398d646 (diff) | |
download | vdr-plugin-skindesigner-master.tar.gz vdr-plugin-skindesigner-master.tar.bz2 |
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 a912d5e..355fe93 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -20,7 +20,7 @@ #error "VDR-2.2.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.17"; +static const char *VERSION = "1.2.18"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |