How do you increment your build numbers?

  • Thread starter Thread starter Blarney
  • Start date Start date
B

Blarney

Hi,

I have always wondered how one goes about counting what number their
build is on for just a program? For instance how does a company know
that widget.exe is at version 3.0.1.2.2 so they can release it
properly?
 
This is not a CF-specific question and in fact each company has their own
scheme. The common thing is to have the two first numbers (major.minor)
represent the product version and the latter two (build.revision) can follow
many crazy schemes dependent on the team coming up with the rules - just
make your own.

Anyway, see if this helps:
http://blogs.msdn.com/vincem/archive/2005/02/27/381267.aspx

Cheers
Daniel
 
Back
Top