Skip to content

Commit

Permalink
Remove Pharo 10 from #metacelloPlatformAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Dec 20, 2022
1 parent 3783ac5 commit 3e42b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-Support/SmalltalkImage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ SmalltalkImage >> memoryHogs [
SmalltalkImage >> metacelloPlatformAttributes [
"Returns the tags for the conditional platform loading in Metacello. Pay attention the order is important: from most to least general."

^ #(#squeakCommon #pharo #'pharo10.x' #'pharo10.0.x' #'pharo11.x' #'pharo11.0.x')
^ #(#squeakCommon #pharo #'pharo11.x' #'pharo11.0.x')
]

{ #category : #'special objects' }
Expand Down

0 comments on commit 3e42b30

Please sign in to comment.