summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-05-22 11:43:26 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-05-22 11:43:26 +0200
commit666391005879113c4f8241f9d40b0939c39b824b (patch)
tree6d6ad95526321dc29f30c9cb15af5f68df8a98d7
parent896a4abf755f854c16deef9024dd8275e5f8acaf (diff)
downloadvdr-plugin-tvguide-666391005879113c4f8241f9d40b0939c39b824b.tar.gz
vdr-plugin-tvguide-666391005879113c4f8241f9d40b0939c39b824b.tar.bz2
Version 1.3.5v1.3.5
-rw-r--r--HISTORY5
-rw-r--r--tvguide.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b4db0d7..1d3a7a6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -286,3 +286,8 @@ Version 1.3.3
Version 1.3.4
- Fix for gcc11
+
+Version 1.3.5
+
+- Fix for VDR-2.5.4
+- Update iceblue theme
diff --git a/tvguide.c b/tvguide.c
index bcd939e..5718cd4 100644
--- a/tvguide.c
+++ b/tvguide.c
@@ -27,7 +27,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
-static const char *VERSION = "1.3.4";
+static const char *VERSION = "1.3.5";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";