Fix Connector Search for DRM

More debug prints in syslog
This commit is contained in:
jojo61
2022-12-09 11:27:57 +01:00
parent 37f87e2511
commit 45a83eaa3f
2 changed files with 13 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.3"
static const char *const VERSION = "3.7.4"
#ifdef GIT_REV
"-GIT" GIT_REV
#endif