Set AES Parameter for SPDIF

This commit is contained in:
jojo61
2023-04-22 09:57:00 +02:00
parent 9219f06c5a
commit 0621ed064d
2 changed files with 38 additions and 21 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.9"
static const char *const VERSION = "3.10"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif