Recipe: How to find out the version of your Squeak image
Last updated at 10:25 pm UTC on 12 December 2011
Problem
You want to find out which version of the image you are using
Solution
evaluate in a Workspace
Smalltalk version
Discussion
- Tested with Squeak version 3.6, 3.7, 3.8, 3.9, 3.10 and 4.2.
- In some images, Smalltalk version is marked as deprecated. Instead evaluate:
SystemVersion current version