Version 1.2.11

This commit is contained in:
kamel5 2019-09-07 17:32:20 +02:00
parent a1eaf7a865
commit 3386c05e91
2 changed files with 7 additions and 1 deletions

View File

@ -210,3 +210,9 @@ Version 1.2.10
- Simplify cRecMenuSearchTimerEdit::GetSearchTimer
- Fixed cRecMenuItemSelectDirectory::DrawValue
- Some rework
Version 1.2.11
- Fixed a segfault with graphicsmagick > 1.3.31
- Fixed a possible deadlock in detailview
- Optical changes in cMenuSetupImageCache

View File

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