Skip to content

Fixed bug in version suffix comparison

Benjamin Winger requested to merge bmwinger/portmod:version_suffix_fix into master

Made mods with version suffixes be considered to be older than mods without suffixes, unless the suffix is a p suffix (see algorithm 3.5 in PMS)

I.e. versions such as 1.0_beta1 or 1.0_alpha should be considered to be smaller versions than 1.0.

Merge request reports