Fabio Niephaus uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-fn.191.mcz==================== Summary ====================
Name: ReleaseBuilder-fn.191
Author: fn
Time: 14 October 2018, 9:50:54.808427 am
UUID: 5599c1dd-4bf0-4421-9561-58859ae50ecd
Ancestors: ReleaseBuilder-fn.190
Bumps the image version to Squeak5.3alpha after the Squeak5.2 release.
=============== Diff against ReleaseBuilder-fn.190 ===============
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.3alpha'!
- SystemVersion newVersion: 'Squeak5.2'!