Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
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
  1. Tested with Squeak version 3.6, 3.7, 3.8, 3.9, 3.10 and 4.2.
  2. In some images, Smalltalk version is marked as deprecated. Instead evaluate:

SystemVersion current version