thanks I will fix it.
Stef
On Sep 10, 2013, at 12:37 AM, Paul DeBruicker <
[hidden email]> wrote:
> Hi -
>
> The current version has an error in the #version100: method.
>
> There are spaces that precede the version info for the
> Collections-BitmapCharacterSet package. A fixed version is:
>
>
>
> version100: spec
> <version: '1.0' imports: #('1.0-baseline')>
> spec
> for: #common
> do: [
> spec blessing: #release.
> spec description: 'Latest versions from Squeaksource'.
> spec package: 'Collections-BitmapCharacterSet' with:
> 'Collections-BitmapCharacterSet-JAA.5'.
> spec package: 'Collections-Tests-BitmapCharacterSet' with:
> 'Collections-Tests-BitmapCharacterSet-JAA.5' ]
>
>
> Thanks
>
> Paul
>