From 9e1808e1b939f02a269aed4e62445ab3202a8f8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phaneDucasse?= Date: Wed, 29 Jan 2020 13:18:05 +0100 Subject: [PATCH] Fixes: #5584 like that we can start differentiating 8.0 from 9.0! --- src/System-Support/SmalltalkImage.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System-Support/SmalltalkImage.class.st b/src/System-Support/SmalltalkImage.class.st index abbcb35c1b8..114daebe0ea 100644 --- a/src/System-Support/SmalltalkImage.class.st +++ b/src/System-Support/SmalltalkImage.class.st @@ -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' }