On Aug 20, 2010, at 11:40 AM, Tom Lane wrote:

> "David E. Wheeler" <da...@kineticode.com> writes:
>> A while ago, I asked if .0 releases could be versioned with three
>> digits instead of two. That is, it would be "8.4.0" instead of "8.4".
> 
> We've been doing that for some time, no?  A quick look at the CVS
> history shows that 8.0.0 and up were tagged that way.

Ah, good for the final release.

>> This is to make the format consistent with maintenance releases ("8.4.1", 
>> etc.). I thought this was generally agreed upon, but maybe not, because I 
>> just went to build the latest 9.0 beta and saw that the version number is 
>> "9.0beta4".
> 
> .0 is for releases, not betas.  I see no need for an extra number in
> beta versions.

Again, it means the format would be consistent. Always three integers. Nice 
thing about Semantic Versions is that if you append any ASCII string to the 
third integer, it automatically means "less than that integer".

Best,

David



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to