[Pharo-project] How read the Pharo release version
Ciao, i'm interested to understand the Pharo version of the image. The System menu About report : Pharo-1.0 Latest update: #10517 How i can read it with method ? Thank, Dario
SystemVersion current highestUpdate seems to work in Pharo (but I have no clue what will happen in 1.0 as it is already quite old and unmaintained) On 2012-07-25, at 16:09, Dario Trussardi wrote:
Ciao,
i'm interested to understand the Pharo version of the image.
The System menu About report :
Pharo-1.0 Latest update: #10517
How i can read it with method ?
Thank,
Dario
Thanks Camillo, i forgot : how i can read the file name of the image ? The: Pharo-1.4-xxxxxx.image Ciao, grazie Dario
SystemVersion current highestUpdate
seems to work in Pharo (but I have no clue what will happen in 1.0 as it is already quite old and unmaintained)
On 2012-07-25, at 16:09, Dario Trussardi wrote:
Ciao,
i'm interested to understand the Pharo version of the image.
The System menu About report :
Pharo-1.0 Latest update: #10517
How i can read it with method ?
Thank,
Dario
Check the methods on SmalltalkImage I think it is Smalltalk imageName On 2012-07-25, at 16:47, Dario Trussardi wrote:
Thanks Camillo,
i forgot : how i can read the file name of the image ?
The: Pharo-1.4-xxxxxx.image
Ciao, grazie
Dario
SystemVersion current highestUpdate
seems to work in Pharo (but I have no clue what will happen in 1.0 as it is already quite old and unmaintained)
On 2012-07-25, at 16:09, Dario Trussardi wrote:
Ciao,
i'm interested to understand the Pharo version of the image.
The System menu About report :
Pharo-1.0 Latest update: #10517
How i can read it with method ?
Thank,
Dario
participants (2)
-
Camillo Bruni -
Dario Trussardi