Version 1.2.12

This commit is contained in:
kamel5 2019-10-13 19:38:22 +02:00
parent b707292485
commit fc784f34e5
2 changed files with 7 additions and 1 deletions

View File

@ -216,3 +216,9 @@ Version 1.2.11
- Fixed a segfault with graphicsmagick > 1.3.31
- Fixed a possible deadlock in detailview
- Optical changes in cMenuSetupImageCache
Version 1.2.12
- Fixed updating current time
- Fixed updating current TimeBase
- Diplay the current TimeBase throughout the whole timeline

View File

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