Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: tomay3000 on November 22, 2019, 01:10:31 am

Title: [Bug Report] - Auto-versioning plugin
Post by: tomay3000 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.
Title: Re: [Bug Report] - Auto-versioning plugin
Post by: oBFusCATed on November 22, 2019, 09:36:12 am
And the problem is?
Title: Re: [Bug Report] - Auto-versioning plugin
Post by: tomay3000 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