X Tutup
Skip to content

Commit 9c97d54

Browse files
committed
revert the 3.5.4 patch ... regression installing GLASS1
1 parent 3ee6192 commit 9c97d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository/BaselineOfGrease.package/BaselineOfGrease.class/instance/baselineGemStone..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ baselineGemStone: spec
9090
requires: #('Grease-GemStone-Core');
9191
postLoadDoIt: #'initializeLatin1ToUtf8Encodings' ] ].
9292
spec
93-
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.6.x')
93+
for: #( #'gs3.6.x')
9494
do: [
9595
spec
9696
package: 'Grease-GemStone-Core'

0 commit comments

Comments
 (0)
X Tutup