Disable use of HBR for DD+

This commit is contained in:
jojo61
2023-07-14 09:15:34 +02:00
parent 4837f7fa35
commit e2e9ae94d7
2 changed files with 2 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.11"
static const char *const VERSION = "3.12"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif