Fix VideoWindow with LIBPLACEBO_GL

This commit is contained in:
jojo61
2022-01-14 15:24:56 +01:00
parent 5c6514929d
commit fefd3e83f6
2 changed files with 5 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.5.4"
static const char *const VERSION = "3.5.5"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif