Skip to content

bugfix pass_version int conversion

Matthias Saimpert requested to merge bugfix-pass_version into devel-2.2

the current pass_version functions extract the version numbers as strings and not int such that the comparison done afterwards does not work correctly ('10' < '9' but 10 > 9)

This is a fix that I tested at Saclay and works fine.

Merge request reports