Fix non placebo Version for newer INTEL GPUs (A380)

This commit is contained in:
jojo61
2023-02-15 13:06:44 +01:00
parent 3e9b909685
commit 9714824a5a
2 changed files with 28 additions and 10 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.6"
static const char *const VERSION = "3.7.7"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif