Everything

build.Version


This property is for setting or referring to the version of the compiler package that is in use for the active project.

[Specification format]

build.Version = version

[Setting(s)]

Setting

Description

version

Set the version of the compiler package that is in use for the active project as strings.

[Reference]

Version of compiler package used in active project

[Detailed description]

-

This property is for setting or referring to the version of the compiler package that is in use for the active project.

[Example of use]

>>>build.Version = "V2.00.00"
>>>print build.Version
V2.00.00