Version 1.3.1

This commit is contained in:
kamel5 2020-03-11 15:07:24 +01:00
parent 69b851c9ed
commit 5870b1ae4c
2 changed files with 6 additions and 1 deletions

View File

@ -265,3 +265,8 @@ Version 1.3.0
- Fixed stopIndex in cRecMenu::JumpBegin
- Fixed horizontal alignment in timeline
- Fixed messages in DisplayTimerConflict
Version 1.3.1
- Fixes for <VDR-2.3.1 compatibility
- Fixed a segfault while starting tvguide

View File

@ -27,7 +27,7 @@
#error "VDR-2.0.0 API version or greater is required!"
#endif
static const char *VERSION = "1.3.0";
static const char *VERSION = "1.3.1";
static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer");
static const char *MAINMENUENTRY = "Tvguide";