From cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Mon, 5 Sep 2016 19:17:25 +0200 Subject: release version 0.6.0 --- HISTORY | 2 +- skinflatplus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 00beb06b..9d51a0a6 100644 --- a/HISTORY +++ b/HISTORY @@ -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 { -- cgit v1.2.3