File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ Smalltalk garbageCollect.
122122" Prepare current Squeak6.1beta for SWE 2026"
123123
124124SystemVersion current majorMinorVersion = ' Squeak6.1' ifTrue: [
125+ Utilities setAuthorInitials: ' hpi' . " changed at end"
125126 [ReleaseBuilder setNewSystemVersion: ' Squeak6.1swe-2026-edition' ] valueSuppressingAllMessages.
126127 ReleaseBuilder switchToNewRepository: (MCRepository location: ' https://www.squeaksource.com/swe2026edition' )].
127128
@@ -193,17 +194,17 @@ Project uiManager informUser: 'Loading book (this might take a while)...' during
193194
194195" -=-=-=-=-="
195196
196- " (Smalltalk at: #Metacello) new
197+ (Smalltalk at: #Metacello ) new
197198 repository: ' github://hpi-swa/signals:master/repository' ;
198199 baseline: ' Signals' ;
199- load."
200+ load.
200201
201202" -=-=-=-=-="
202203
203- " (Smalltalk at: #Metacello) new
204+ (Smalltalk at: #Metacello ) new
204205 repository: ' github://hpi-swa/animations:master/repository' ;
205206 baseline: ' Animations' ;
206- load."
207+ load.
207208
208209" -=-=-=-=-="
209210
You can’t perform that action at this time.
0 commit comments