Author Topic: [Bug Report] - Auto-versioning plugin  (Read 4901 times)

Offline tomay3000

  • Multiple posting newcomer
  • *
  • Posts: 58
[Bug Report] - Auto-versioning plugin
« on: November 22, 2019, 01:10:31 am »
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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: [Bug Report] - Auto-versioning plugin
« Reply #1 on: November 22, 2019, 09:36:12 am »
And the problem is?
(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!]

Offline tomay3000

  • Multiple posting newcomer
  • *
  • Posts: 58
Re: [Bug Report] - Auto-versioning plugin
« Reply #2 on: November 22, 2019, 06:23:54 pm »
And the problem is?
The problem is that DATE is confusing, and it should rather be DAY