Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: frithjofh on December 19, 2007, 07:51:34 pm

Title: autoversioning steps up even if target is up to date
Post by: frithjofh on December 19, 2007, 07:51:34 pm
hi everybody,

not really a bug, but the autoversioning-plugin steps up the count even if the call to the compiler ends with:

"Target is up to date.
Nothing to be done."

greetings

nausea
Title: Re: autoversioning steps up even if target is up to date
Post by: JGM on December 19, 2007, 10:55:03 pm
not really a bug, but the autoversioning-plugin steps up the count even if the call to the compiler ends with:

"Target is up to date.
Nothing to be done."

Only the "Build Count" increments, even if the target is up to date, that was on purpose to know how much times we have tested our application. Remember that the "Build Count" is not a version value.

But if all the values are incrementing then that's not the default behavior, if that's the case you can explain more in detail how it happens.