Merge branch 'master' of github.com:jojo61/vdr-plugin-softhdcuvid

Fix
This commit is contained in:
jojo61 2024-01-25 13:01:15 +01:00
commit 1d66d9389d

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.15"
static const char *const VERSION = "3.16"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif