Hi All,

In ConfigurationOfPetitParser, there is a stable version 1.10 for Pharo 3.0 which says to load version PetitIndent.JanKurs.1.

version110: spec
    <version: '1.10' imports: #('1.6-baseline' )>

    spec for: #'common' do: [

    ..
    package: 'PetitIndent' with: 'PetitIndent-JanKurs.1';
    ..

Yet, if I load the stable version from Pharo 3.0:

Gofer new smalltalkhubUser: 'Moose' project: 'PetitParser';
    configurationOf: #PetitParser; load.
(ConfigurationOfPetitParser project version: '1.10') load.



I got PetitIndent.JanKurs.11 loaded, which is very unfortunate, since other packages are kept old.

Does anyone knows why is this?

Cheers,
Jan