diff options
author | louis <louis.braun@gmx.de> | 2015-05-16 11:25:21 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-16 11:25:21 +0200 |
commit | dc6b5f45d821b2911514236658ba454c1d79f0fe (patch) | |
tree | 46874bb5556f734fe40e27fdfff6724146bc207f | |
parent | 5aa23d261eab1a1eec1405e7bce058bf2c70f0fb (diff) | |
download | vdr-plugin-skindesigner-0.4.7.tar.gz vdr-plugin-skindesigner-0.4.7.tar.bz2 |
Version 0.4.70.4.7
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -333,5 +333,5 @@ Version 0.4.6 - added permashift support in displaychannel - added timeshift support in displayreplay - +Version 0.4.7 diff --git a/skindesigner.c b/skindesigner.c index 4da5dcf..619210a 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.6"; +static const char *VERSION = "0.4.7"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |