I want to track version numbers of an app and tell which versions are later than the previous.
If I have a value like 1.14.1
(but we're using underscores, so 1_14_1
), what's a best way to determine that 1_14_2
(aka 1.14.2) is a later build, whereas 1_2_20
is not?