How read the Pharo release version

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

How read the Pharo release version

dario trussardi
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

Reply | Threaded
Open this post in threaded view
|

Re: How read the Pharo release version

Camillo Bruni-3
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
>


Reply | Threaded
Open this post in threaded view
|

Re: How read the Pharo release version

dario trussardi
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
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How read the Pharo release version

Camillo Bruni-3
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
>>>
>>
>>
>
>