On Thu, Jun 2, 2011 at 11:29 PM, Sean P. DeNigris
<sean@clipperadams.com> wrote:
Mariano Martinez Peck wrote:
>
> ((Smalltalk at: #ConfigurationOfOSProcess) project version: #stable)
> load.
>
Argghh!!!
stable: spec
� � � �<symbolicVersion: #'stable'>
� � � �spec for: #'common' version: '4.4.0'.
but...
version440: spec
� � � �<version: '4.4.2' imports: #('4.4-baseline' )>
What should be changed? Is it really 4.4.2, or is that a typo?
Yes, and we are suffering this already (for Magma).
That would be
�
version440: spec
� � � �<version: '4.4.0' imports: #('4.4-baseline' )>
Miguel ?