Correctly compare versions > x.9
gtback opened this issue · 1 comments
gtback commented
There is at least one place that we compare versions/branches as strings. This will do the wrong thing when we start building 7.10, since 7.9 > 7.10
and "7.9" > "7.10"
in Perl.
Also, look for other places that might be doing this.