July 14, 2012
7:33 a.m.
On 14 Jul 2012, at 00:08, Marcus Denker wrote:
We could just add a good version of #version to SystemPlatform in 1.4. Because what is called on 1.4 is #version of ClassDescription which is related to a concept of class versions which seems to be some arcane stuff in need of cleanup.
version "Return the version number string of the platform we're running on" "OSPlatform version"
^(Smalltalk vm getSystemAttribute: 1002) asString
I'll have another look, it is not that important in the scope of Zinc (and it is used in a Zinc deprecated class anyway). Sven