diff options
author | louis <louis.braun@gmx.de> | 2015-05-14 12:17:44 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-14 12:17:44 +0200 |
commit | e03a6c2b212682f9040f9de17cb2ca07f52ab8bd (patch) | |
tree | 8a5f625551705146fb12770e5a7459daf3471640 | |
parent | 20371ce467b057ef3fc5ae02623bde7aa4e4e2d7 (diff) | |
download | vdr-plugin-skindesigner-0.4.6.tar.gz vdr-plugin-skindesigner-0.4.6.tar.bz2 |
Version 0.4.60.4.6
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -325,3 +325,6 @@ Version 0.4.5 - chachged displaymessage in menus to detachable - fixed dayseparators in schedules menu - small fixes in metrixhd main menu + +Version 0.4.6 + diff --git a/skindesigner.c b/skindesigner.c index f21d14f..4da5dcf 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.4.5"; +static const char *VERSION = "0.4.6"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |