3

I mean for example if a software has this number in its version 13.0.5 and another version has 13.0.5.1 or something like that what is that zero for?what does this zero show? Is there a rule for these numbers?

ehsan0x
  • 1,072

4 Answers4

6

Yes it appear because there is a revision number after it. If it's been 13.0.0 then that'll be 13.0 . Major and Minor revision must always show, but the revision and build number are not mandatory.

That said, there's many ways to manage version numbers.

This should help you figure out : http://en.wikipedia.org/wiki/Software_versioning

Hope that help.

4

The Wikipedia reference from Marc on Software Versioning is good,
and you might also like to read Jeff's post on What's In a Version Number, Anyway?.
While we are at this, the Ubuntu scheme is fun and neat too.

nik
  • 57,042
1

What do the numbers in a version typically represent (i.e. v1.9.0.1) - Stack Overflow
"1 - Major Revision ... 9 - Minor Revision ... 0 - Bug Fixes ... 1 - Build number (if used) ... "

How to do version numbers - Stack Overflow
"[major].[minor].[release].[build]"

Version numbering basics - Stack Overflow
"Major Release.Minor Release.Hot Fix.Build"

Bratch
  • 608
0

Or modern style

Version 1
Version 2
Version 3
Version 3.1
Version 95
Version ZZXXYY
Version cool_name
Version cute_name
Version 2010
Version 8
Version super gold turbo ninja enterprise edition (at this point they are bought out by a competitor and disappear)