Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
tag me when you realize, lel
really ? ;)
(yeah a version number is not a decimal number)
a version number is not a decimal number
you can have 3.9b or 3.9.1 also... the period is not a decimal separator in that case.
Each element is incremented numerically
Its not math decimal, its counting separated by decimals, and each one is a separate element.
http://semver.org/spec/v2.0.0.html
You can think of it more like a clock than math. And when the number gets to 13/60 to increment the element before it (as in a clock), the number before it increments, and the numbers after it reset to 0. However in semantic versioning, this doesnt magically happen when the numbers reach 13/60 like in a clock.....but whenever the devs decide it is time. Its different for each program.
Here is another example
https://www.python.org/doc/versions/
in this case look at python 2.7.10 and what precedes it
tag me when you realize einstein
You seriously want to have this argument? Numbers are simply characters that can mean anything the user wishes them to. Take for example, algebra, with its use of variables. A, B, and C are letters when one considers language, but in a mathematical sense they are also numbers and have numerical value. Oh wait, it's not math, it's language. No. Numbers and letters are merely symbols. Their value is set by the user.
You're welcome to continue to read it wrong. Spreading misinformation and trolling is not appreciated.
3.9 = 00110011 00101110 00111001
3.10 = 00110011 00101110 00110001 00110000
its just adds a few extra points still its all relative....