X Tutup
Skip to content

Commit 3ee6192

Browse files
authored
Merge pull request SeasideSt#19 from GsDevKit/issue_111
additional patch needed for 3.5.4 (messageText and comment method revert to pre 3.5.4 implementation
2 parents 500f5e8 + 96fbc86 commit 3ee6192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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.6.x')
93+
for: #( #'gs3.5.4.x' #'gs3.5.5.x' #'gs3.6.x')
9494
do: [
9595
spec
9696
package: 'Grease-GemStone-Core'
@@ -105,4 +105,4 @@ baselineGemStone: spec
105105
do: [
106106
spec
107107
package: 'Grease-Tests-GemStone-Core'
108-
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]
108+
with: [ spec file: 'Grease-Tests-GemStone-Core.v32' ] ]

0 commit comments

Comments
 (0)
X Tutup