You are here

A question about version numbers

5 posts / 0 new
Last post
Kermode
Offline
Last seen: 11 years 6 months ago
Joined: 2008-07-18 17:11
A question about version numbers

I wonder if someone can just clarify this for me, regarding the version numbering scheme they use with Firefox.

3.6.15 is higher than 3.6.6?

I'm asking because I would den to assume zeroes after the last 6, so version 60, and if it was just six it should be 06, ie 3.6.06

But perhaps that is just me?

Aluísio A. S. G.
Offline
Last seen: 7 years 10 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Correct

Zeros are at left (just like normal math).

Previously known as kAlug.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 11 months ago
Joined: 2007-04-15 21:08
Separator, not decimal point

The . is not a decimal point; it's a separator of components. Interpret it in a manner similar to this: major version 3, minor version 6, revision 15.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

3D1T0R
3D1T0R's picture
Offline
Last seen: 2 years 10 months ago
Developer
Joined: 2006-12-29 23:48
Yeah, not a decimal. (more like CSV but using Periods)

You're not allowed to have more than one decimal point in a number, so as Chris Morgan said they aren't decimal points, but rather separators. In fact some software packages (not Firefox to my knowledge, but others) use commas (e.g. 3,6,15) which looks weird, and I personally prefer the use of the period, but it helps to understand what is meant (turns it into Comma-Separated Values).

~3D1T0R

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 11 months ago
Joined: 2007-04-15 21:08
RC files

One common case is RC files; they'll have lines like FILEVERSION 0, 1, 2, 3.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

Log in or register to post comments