summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {