|
Re: 8.0.1 patch question: !version.release [message #73602 is a reply to message #73561] |
Wed, 17 November 2010 08:43  |
Ammar Yusuf
Messages: 36 Registered: October 2010
|
Member |
|
|
On Nov 16, 8:00 pm, Paulo Penteado <pp.pente...@gmail.com> wrote:
> On Nov 16, 10:58 pm, "M. Katz" <MKatz...@yahoo.com> wrote:
>
>> For those who have run the IDL 8.0.1 patch, what does it say when you
>> print, !version.release
>> Does it say 8.0 or 8.0.1 like previous intermediate releases?
>> Thanks!
>> M.
>
> IDL> help,!version
> ** Structure !VERSION, 8 tags, length=104, data length=100:
> ARCH STRING 'x86_64'
> OS STRING 'linux'
> OS_FAMILY STRING 'unix'
> OS_NAME STRING 'linux'
> RELEASE STRING '8.0.1'
> BUILD_DATE STRING 'Oct 7 2010'
> MEMORY_BITS INT 64
> FILE_OFFSET_BITS
> INT 64
>
> It did not require me a new license file, the one I had for 8.0 kept
> working.
I get this.
IDL> help,!version
** Structure !VERSION, 8 tags, length=104, data length=100:
ARCH STRING 'x86_64'
OS STRING 'Win32'
OS_FAMILY STRING 'Windows'
OS_NAME STRING 'Microsoft Windows'
RELEASE STRING '8.0.1'
BUILD_DATE STRING 'Oct 5 2010'
MEMORY_BITS INT 64
FILE_OFFSET_BITS
INT 64
|
|
|
Re: 8.0.1 patch question: !version.release [message #73613 is a reply to message #73602] |
Tue, 16 November 2010 17:00  |
penteado
Messages: 866 Registered: February 2018
|
Senior Member Administrator |
|
|
On Nov 16, 10:58 pm, "M. Katz" <MKatz...@yahoo.com> wrote:
> For those who have run the IDL 8.0.1 patch, what does it say when you
> print, !version.release
> Does it say 8.0 or 8.0.1 like previous intermediate releases?
> Thanks!
> M.
IDL> help,!version
** Structure !VERSION, 8 tags, length=104, data length=100:
ARCH STRING 'x86_64'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '8.0.1'
BUILD_DATE STRING 'Oct 7 2010'
MEMORY_BITS INT 64
FILE_OFFSET_BITS
INT 64
It did not require me a new license file, the one I had for 8.0 kept
working.
|
|
|