diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2016-09-05 19:17:25 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2016-09-05 19:17:25 +0200 |
commit | cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a (patch) | |
tree | 09660f04236e2160b150094016ecaaf86c956b4c | |
parent | d989de1d6edf1e897ec63a99bf22f12fd62a600b (diff) | |
download | skin-flatplus-cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a.tar.gz skin-flatplus-cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a.tar.bz2 |
release version 0.6.0
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skinflatplus.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ VDR Plugin 'skinflatplus' Revision History --------------------------------------- -2015-MM-DD: Version 0.5.2 +2016-09-05: Version 0.6.0 - [fix] eMenuSortMode in displaymenu.h for compile with VDR < 2.2.0 - [fix] position of widgets in main menu (add menu item border size) - [fix] wrong epg logo in epgsearch eventsview diff --git a/skinflatplus.c b/skinflatplus.c index 9f9b4a6e..7fe2c2f9 100644 --- a/skinflatplus.c +++ b/skinflatplus.c @@ -16,7 +16,7 @@ #include "setup.h" #include "imageloader.h" -static const char *VERSION = "0.5.1"; +static const char *VERSION = "0.6.0"; static const char *DESCRIPTION = "skin flatplus"; class cPluginFlat : public cPlugin { |