Object that contains various pieces of information about the build.
You can access the read-only properties described below.
|
|
__init__(...)
Raises an exception This class cannot be instantiated from Python |
|
|
|
|
|
str
|
|
str
|
|
str
|
|
str
|
|
str
|
|
int
|
getMajorVersion(...)
Returns:
The major version number of the version string. |
|
|
int
|
getMinorVersion(...)
Returns:
The minor version number of the version string. |
|
|
str
|
getPhase(...)
Returns:
A str indicating the development phase of the release of
the software. |
|
|
str
|
|
str
|
getVersion(...)
Returns:
The version in the specified format. |
|
|
str
|
getVersionNumber(...)
Returns:
The version number ('2.0') that uniquely identifies the release
version being developped (no phase). |
|
|
str
|
getVersionStatus(...)
Returns:
The version status indicates whether this is a development build, a
build shipped to alpha customers, a build shipped to beta customers
or a release build. |
|
|
str
|
|
|
Inherited from Boost.Python.instance:
__new__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|