|
Posted by Daniel W. on 06/11/07 18:10
-Lost wrote:
> That pretty much sums it up. I am looking for information or tips on
> how to version your source code.
>
> What I have always done is this:
>
> major_build.minor_build.daily_build
>
> major_build - I have never been involved with an application requiring a
> major build.
>
> minor_build - When I have coded the application to the point of
> warranting a release, or a new release.
>
> daily_build - Anytime I add a new feature, fix a bug, or finish a TODO
> item. I do not however increase this number if I add a TODO. I do
> however add it to a HISTORY log.
>
> I'd love to know what professional programmers and commercial software
> engineers (as in, anyone who worked in a collaborative commercial
> project where version information may have been set by the company) do.
>
> Thanks.
>
Hi,
major and minor numbers and more are often used like you do.
Example for linux kernel...
http://www.linuxcertified.com/e-learning/linuxplus/html/1_9.html
(I think there exists a better description in the source folder...).
daniel
Navigation:
[Reply to this message]
|