summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-01-11 11:36:25 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-01-11 11:36:25 +0100
commit2f497adf012febc340780931a465aa11575740fb (patch)
treecde9f17cbbbe402eec3bcddc7066f9ecb1664c33
parentdecfb2d39d2a161d32cf15eda2879a005b6d24e1 (diff)
downloadvdr-plugin-tvguide-vdr-2.2.x.tar.gz
vdr-plugin-tvguide-vdr-2.2.x.tar.bz2
Version 1.3.4v1.3.4vdr-2.2.x
-rw-r--r--HISTORY4
-rw-r--r--tvguide.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 14b39da..b4db0d7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -282,3 +282,7 @@ Version 1.3.2
Version 1.3.3
- Bugfix
+
+Version 1.3.4
+
+- Fix for gcc11
diff --git a/tvguide.c b/tvguide.c
index e317aef..bcd939e 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.3";
+static const char *VERSION = "1.3.4";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";