Set DISPLAY if not already set.

This commit is contained in:
jojo61
2022-05-16 15:13:00 +02:00
parent ff16beb515
commit 115f3b1fce
2 changed files with 10 additions and 2 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.6"
static const char *const VERSION = "3.6"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif