summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--imonlcd.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index ff81641..72ae8e4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,8 +1,10 @@
VDR Plugin 'imonlcd' Revision History
-------------------------------------
+2017-01-29: Version 1.0.1
- Update plugin interface for vdr 2.3.2
- Fix display wrong time for HD recording if they greater than one hour (Bug #1568)
+- Small improvement of the function FormatReplayTime
2013-03-23: Version 1.0.1
- Adapt Makefile for new VDR >=1.7.36
diff --git a/imonlcd.c b/imonlcd.c
index ff627ac..ec3ad98 100644
--- a/imonlcd.c
+++ b/imonlcd.c
@@ -20,7 +20,7 @@
#include "status.h"
#include "setup.h"
-static const char *VERSION = "1.0.1";
+static const char *VERSION = "1.0.2";
static const char *DEFAULT_LCDDEVICE = "/dev/lcd0";