summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2016-09-05 19:17:25 +0200
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2016-09-05 19:17:25 +0200
commitcd60fe82b3c0dd03b92b10cdc3135a0ef57f835a (patch)
tree09660f04236e2160b150094016ecaaf86c956b4c
parentd989de1d6edf1e897ec63a99bf22f12fd62a600b (diff)
downloadskin-flatplus-cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a.tar.gz
skin-flatplus-cd60fe82b3c0dd03b92b10cdc3135a0ef57f835a.tar.bz2
release version 0.6.0
-rw-r--r--HISTORY2
-rw-r--r--skinflatplus.c2
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 {