Skip to content

Commit

Permalink
Fixes: #5584 like that we can start differentiating 8.0 from 9.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jan 29, 2020
1 parent a8a91c2 commit 9e1808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System-Support/SmalltalkImage.class.st
Expand Up @@ -1155,7 +1155,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."
"For release integrators, we should not have #'pharo1.3x' **and** #'pharo1.4.x'"
^ #(#squeakCommon #pharo #'pharo8.x' #'pharo8.0.x')
^ #(#squeakCommon #pharo #'pharo9.x' #'pharo9.0.x')
]

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

0 comments on commit 9e1808e

Please sign in to comment.