diff options
author | louis <louis.braun@gmx.de> | 2015-06-13 15:42:26 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-06-13 15:42:26 +0200 |
commit | 1f09f9928d3545f6dcc9ce7a0e9c34a7ad7dc0fd (patch) | |
tree | eda31da69738ca0b4db8f3278403cc15a39b31ea | |
parent | 480b0a44e178c3241f121b3306aa323a4904be83 (diff) | |
download | vdr-plugin-skindesigner-0.5.3.tar.gz vdr-plugin-skindesigner-0.5.3.tar.bz2 |
Version 0.5.30.5.3
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -370,3 +370,5 @@ Version 0.5.2 - fixed bug in parsing printf text tokens - changed "Update from Git" to "Update" - made viewelement scrapercontent in displayreplay detachable + +Version 0.5.3
\ No newline at end of file diff --git a/skindesigner.c b/skindesigner.c index a632fc7..840a3c4 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.5.2"; +static const char *VERSION = "0.5.3"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |