Quote:
Originally Posted by DrChiper
Ok, so putting a zero (or nothing) on the 4th position will not break the system?
|
Absolutly not. The way that Calibre (and Python) compare the tuple for version number make that we can compare version with different lenght without issue. It compare one-by-one each pair inside each versions, if a pair is identical, Calibre compare the next pair, else stop comparing at the first different pair.
And if at the end, all the three first pairs are identical, and that one version has a fourth number, the four length "win" de facto.