Skip to content

Commit 3048291

Browse files
committed
Fix issue with not having author initials set when changing the system version.
1 parent 9ed22d7 commit 3048291

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

SwaImageConfiguration.st

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Smalltalk garbageCollect.
122122
"Prepare current Squeak6.1beta for SWE 2026"
123123

124124
SystemVersion 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

0 commit comments

Comments
 (0)