Fix for pts (fixed hang at the end when playing records). Version 3.7.5

This commit is contained in:
jojo61
2022-12-19 09:17:34 +01:00
parent 45a83eaa3f
commit 90194d4b6c
2 changed files with 5 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ extern void ToggleLUT();
/// vdr-plugin version number.
/// Makefile extracts the version number for generating the file name
/// for the distribution archive.
static const char *const VERSION = "3.7.4"
static const char *const VERSION = "3.7.5"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif