Merge branch 'jojo61:master' into master

This commit is contained in:
dnehring7
2022-10-03 12:27:16 +02:00
committed by GitHub
4 changed files with 22 additions and 5 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.6"
static const char *const VERSION = "3.7.2"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif