in the generated version.h file of the plugin:
static const char DATE[] = should be:
static const char DAY[] =
So, DATE should simply be renamed to DAY.
Thank you.
And the problem is?
Quote from: oBFusCATed on November 22, 2019, 09:36:12 AM
And the problem is?
The problem is that
DATE is confusing, and it should rather be
DAY