Fix Audio for NUC11

This commit is contained in:
jojo61
2022-09-24 14:59:46 +02:00
parent 79fa8efc6a
commit af370721d4
2 changed files with 19 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.1"
static const char *const VERSION = "3.7.2"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif