News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[Bug Report] - Auto-versioning plugin

Started by tomay3000, November 22, 2019, 01:10:31 AM

Previous topic - Next topic

tomay3000

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.

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

tomay3000

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