http://code.google.com/p/pharo/issues/detail?id=1566

I have uploaded to PharoInbox an upgrade for SystemVersion so that the
various images can be better aware of their version state.  After the
upgrade

SystemVersion current
  type --> #PharoCore
  major --> 1
  minor --> 1
  suffix --> ALPHA

Then the Pharo build script needs
  SystemVersion current type: #Pharo

I didn't want to make it too complicated. It is also backwards
compatible with the old API until the deprecation is thought through.
The idea of doing this is to make automated image building and testing
a little easier.

thanks,
Mike

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to