Update for libplacebo API 246

This commit is contained in:
jojo61
2023-02-15 15:58:51 +01:00
parent 9714824a5a
commit 7b10c2d0a3
2 changed files with 99 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.7.7"
static const char *const VERSION = "3.8"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif