diff options
author | louis <louis.braun@gmx.de> | 2015-03-19 16:47:45 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-19 16:47:45 +0100 |
commit | a5e051e327de2098605cea9ecd517d549bbad9e0 (patch) | |
tree | 6dccc1668279bb1bbd748ee33ec3867672dcbf93 | |
parent | 052e21a9294ff0b03b9eab0ba8a50ebac2fa5174 (diff) | |
download | vdr-plugin-skindesigner-0.3.1.tar.gz vdr-plugin-skindesigner-0.3.1.tar.bz2 |
Version 0.3.10.3.1
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -219,3 +219,5 @@ Version 0.3.0 in onpauseview - added recording icons to metrixHD - fixed colors in tvguideng timeline in nopacity darkred + +Version 0.3.1 diff --git a/skindesigner.c b/skindesigner.c index 36d9387..a68ca36 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.0"; +static const char *VERSION = "0.3.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin { |