The Trunk: ReleaseBuilder-mt.182.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: ReleaseBuilder-mt.182.mcz

commits-2
Marcel Taeumel uploaded a new version of ReleaseBuilder to project The Trunk:
http://source.squeak.org/trunk/ReleaseBuilder-mt.182.mcz

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

Name: ReleaseBuilder-mt.182
Author: mt
Time: 24 May 2018, 2:54:23.027531 pm
UUID: 080cb7e5-da0c-434e-aca9-409804753150
Ancestors: ReleaseBuilder-mt.181

Changes the Trunk version to 5.2alpha.

=============== Diff against ReleaseBuilder-mt.181 ===============

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.2alpha'!
- SystemVersion newVersion: 'Squeak6.0alpha'!