On Thu, Sep 22, 2011 at 12:58 PM, Tony Garnock-Jones
<tonyg@ccs.neu.edu> wrote:
On 2011-09-22 1:37 PM, Eliot Miranda wrote:
> If you're already using a
> 2487 VM or newer
How do I find the VM version? Pressing cmd-I on the .app in Finder gives
a version of "Croquet Cog 4.0.0 http://www.mirandabanda.org". Presumably
there's an in-image way of finding out?
(1007 to: 1009) collect: [:i| Smalltalk getSystemAttribute: i]
which may have a nicer wrapper (e.g. included in About Squeak?). �1009 answers the svn revision and url in my VMs and the analogous info in Igor's VMs.
Regards,
�Tony