'From Squeak3.8alpha of ''17 July 2004'' [latest update: #5976] on 2 November 2004 at 12:01:37 am'! "Change Set: advanceToGammaOr39 Date: 2 November 2004 Author: Michael Rueger, Doug Way This is the last update for version 3.8alpha. In its postscript is an executable statement that will set the version forward to either 3.8beta or 3.9alpha, at user option. And don't forget to vote!!"! "Postscript: Offer the chance to advance the version number." (self confirm: 'There are no further updates for Squeak 3.8alpha. Do you wish to advance to version 3.9alpha? [Yes] Your system will be marked as 3.9alpha, and you will subsequently receive ''test pilot'' updates for 3.9. [No] Your system will be marked as 3.8beta, allowing you to receive only final fixes for the 3.8 stable release. [Neither] You may choose No, and immediately quit without saving, allowing you to make a backup copy before adopting this change. DO YOU WANT TO ADVANCE to Version 3.9alpha now?') ifTrue: [SystemVersion newVersion: 'Squeak3.9alpha'. SystemVersion current date: '2 November 2004'. self inform: 'You may now save this Version 3.9alpha image and retrieve updates again for 3.9alpha and beyond.'] ifFalse: [SystemVersion current version: 'Squeak3.8beta'; date: '2 November 2004'. self inform: 'You may now save this Version 3.8beta image and retrieve updates again for any final fixes to 3.8. - - - - - (If you quit without saving now, your image will revert to 3.8alpha without any of the updates you just loaded)']. !