I don't think it's that easy because you don't know what is loaded... so the "laborious" way would be to check monticello browser to see what commit number of a particular package is loaded, and then go through all configuration methods and see if anything matches. Maybe there is easier way but I haven't seen any.
Peter On Wed, Apr 15, 2015 at 8:46 PM, kilon alios <[email protected]> wrote: > You could take a look at the available configuration, there are usually > version methods in the instance side like for example > > version10: spec > <version: '1.0' imports: #('1.0-baseline' )> > > On Wed, Apr 15, 2015 at 7:24 PM, Dmitri Zagidulin <[email protected]> > wrote: > >> How does one go about finding the version numbers of core libraries like >> SUnit that are included in a particular Pharo distribution? >> >> (What prompted me to try and find out is that at the start of the SUnit >> chapter in UPBE, it says "In the future, Pharo may include version of >> SUnit4.0." And I was curious whether Pharo 4.0 includes that newer version >> of SUnit, etc. But I'm also curious whether there's a general procedure or >> convention for finding versions of external libraries that are also pulled >> into Pharo core.) >> > >
