Page 1 of 1

Versioning

Posted: Mon Mar 13, 2006 4:10 pm
by neophyte
For some reason I have this idea stuck in my head that when you make changes to the code base that including major changes in the api you should step your version say from 1.x to 2.x. Is this true? Can someone set me straight on this?

Posted: Mon Mar 13, 2006 4:29 pm
by feyd
it's a personal preference thing, as the version number means nothing in reality :P

viewtopic.php?t=43392

Posted: Mon Mar 13, 2006 4:33 pm
by neophyte
Thanks for the tip Feyd!

Posted: Tue Mar 14, 2006 3:21 pm
by alvinphp
Yeah, version numbers is very subjective. I just go 1, 2, 3 for every major upgrade and for small changes I go by a build number which is the revision number in Subversion (an improved version of CVS).