Does anyone know when the output for
OSPlatform currentVersion
changed? In Pharo 4 I get
'1095'
and in pharo6 I get
'10.12.5'.
The determination if it is a OSX system or older is done by
currentVersion asNumber >= 1000
which changes behaviour because the currentVersion string has been changed. Is the output the one supposed to be?
Norbert