in reply to Seeking thoughts on version numbers in modules

My version numbers are always x.yz or x.yz_ab. If yz is even, then it's a release version. If yz is odd, then there will be a _ab that goes up starting at _01 for each beta release.

So you get 2.42, 2.44, 2.45_01, 2.45_02, 2.45_03, 2.46.

xoxo,
Andy

  • Comment on Re: Seeking thoughts on version numbers in modules