-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.2
-
Fix Version/s: 4.0.3
-
Component/s: Application update
-
Tags:
-
Sprint:nxDrive 10.10.4
-
Story Points:1
Considering all available and compatible versions, the updater picks the highest by doing a string comparison.
It finds that 4.0.3.6 is newer than 4.0.3.12 because it perform a simple alphabetic comparison. We need it to be alphanumeric instead.
For now it has only affected the alpha channel since we don't usually go to double-digits versions.