[squeak-dev] The Trunk: ReleaseBuilder-fn.189.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 8 12:16:45 UTC 2018


Fabio Niephaus uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-fn.189.mcz

==================== Summary ====================

Name: ReleaseBuilder-fn.189
Author: fn
Time: 8 October 2018, 2:11:04.235342 pm
UUID: 4034dab2-d689-4026-beff-3583d4851f91
Ancestors: ReleaseBuilder-pre.188

Bumps version to 5.2rc1.

=============== Diff against ReleaseBuilder-pre.188 ===============

Item was changed:
  ----- Method: ReleaseBuilder class>>initialize (in category 'class initialization') -----
  initialize
  
  	QAndA ifNil: [self clearQAndA].
  
  	"We have to be after AutoStart so that Morphic is up and running."
  	Smalltalk addToStartUpList: ReleaseBuilder after: AutoStart.
  
+ 	SystemVersion newVersion: 'Squeak5.2rc1'!
- 	SystemVersion newVersion: 'Squeak5.2beta'!



More information about the Squeak-dev mailing list