Version 1.3.4

This commit is contained in:
kamel5 2021-01-11 11:36:25 +01:00
parent decfb2d39d
commit 2f497adf01
2 changed files with 5 additions and 1 deletions

View File

@ -282,3 +282,7 @@ Version 1.3.2
Version 1.3.3
- Bugfix
Version 1.3.4
- Fix for gcc11

View File

@ -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";