'From Squeak3.10beta of 22 July 2007 [latest update: #7159] on 12 March 2008 at 6:35:44 am'! "Change Set: 7160AdvanceToPostReleaseFixes Date: 11 May 2008 Author: Edgar J. De Cleene " "Offer the chance to advance the version number." (self confirm: 'There are no further updates for Squeak 3.10-basic. Do you wish to advance to version 3.10.1? [Yes] Your system will be marked as 3.10.1, and you will subsequently receive ''test pilot'' updates for 3.10.1 Also a backup copy before adopting this change is made. [No] Your system will be marked as 3dot10. [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.10.1 now?') ifTrue: [(SourceFiles at: 2) ifNotNil: [SmalltalkImage current closeSourceFiles; "so copying the changes file will always work" saveChangesInFileNamed: 'Squeak3.10-7160-basic.changes'. SmalltalkImage current saveImageInFileNamed: 'Squeak3.10-7160-basic.images'. SystemVersion current date: '10 May 2008'. SystemVersion current registerUpdate: SystemVersion current highestUpdate + 1. newVersion := 'Squeak3.10.1-basic'. SystemVersion newVersion: newVersion]. self inform: 'You Squeak3.10.1-basic-image was saved and you could retrieve more updates .'] ifFalse: [SystemVersion current version: 'Squeak3.10-basic'; date: Time now asDate.. self inform: 'You may now save this Version 3.10 final image. - - - - - (If you quit without saving now, your image will revert to 3dot10 without any of the updates you just loaded)']