Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Autoversioning scheme

(1/3) > >>

eranon:
I'm testing the autoversioning plugin to decide if I'll use-it for my projects or not, and doesn't understand the scheme choice. Here is my concern :

I'm used to use version number like this : MAJOR.MINOR.REVISION.BUILD (and often presented in a string like "MAJOR.MINOR.REVISION build BUILD")
And I see autoversioning generates version number like this : MAJOR.MINOR.BUILD.REVISION

In the first presentation, the logic is that the parts are ordered according to the frequency of their changes (build is incremented at every building, so the most frequently, and a same revision can require several builds before to be OK).

Could you explain me the logic of the autoversioning plugin here ?

oBFusCATed:
Look at the code and it will be clear :)
Another option is to read this information in the wiki: http://wiki.codeblocks.org/index.php?title=AutoVersioning_plugin

Also, most of the time this section is meant for questions about plugin's development, not their usage.  :P

eranon:
Already read the wiki, Obfuscated and there's not the answer about the reason why of this logic (which is different than the "how this logic"). Also, I've posted here because the author could be OK to add an option about logic to use (ie. rev.build or build.rev) : so, my post has potentially an influence on development :P

oBFusCATed:
<facepalm>

eranon:
nop

Navigation

[0] Message Index

[#] Next page

Go to full version