> The sequence of numerals in a version number ...
# random
f
The sequence of numerals in a version number is compared to another such sequence in numerical, pointwise fashion; e.g.,
9.9.1
is less than
9.10.3
. If one sequence is shorter than another then the missing elements of the shorter sequence are considered to be less than the corresponding elements of the longer sequence; e.g.,
9.1.2
is less than
9.1.2.1
.