I've always wondered how these software version numbers are given. - Have you?
I hope with some help we can figure it out, and hopefully someone with knowledge can help us in the process!
There's even an article about Software Versioning on Wikipedia: http://en.wikipedia.org/wiki/Software_versioning
Based on article the Civ5 seems to go under:
So far, with the Civ5 we have had:
I hope with some help we can figure it out, and hopefully someone with knowledge can help us in the process!
There's even an article about Software Versioning on Wikipedia: http://en.wikipedia.org/wiki/Software_versioning
Based on article the Civ5 seems to go under:
Designating development stage
Some schemes use a zero in the first sequence to designate alpha or beta status for releases that are not stable enough for general or practical deployment and are intended for testing or internal use only.
It can be used in the third position:
* 0 for alpha (status)
* 1 for beta (status)
* 2 for release candidate
* 3 for (public) release
For instance:
* 1.2.0.1 instead of 1.2-a
* 1.2.1.2 instead of 1.2-b2 (beta with some bug fixes)
* 1.2.2.3 instead of 1.2-rc (release candidate)
* 1.2.3.0 instead of 1.2-r (commercial distribution)
* 1.2.3.5 instead of 1.2-r5 (commercial distribution with many bug fixes)
So far, with the Civ5 we have had:
- The initial version, which I assume was 1.0.0.00 or just 1.0.0.0
- 1.0.0.17
- 1.0.0.20
- 1.0.0.62