Ice.intVersion

Ice.intVersion = <built-in function intVersion>

intVersion() -> int

Returns the Ice version as an integer in the form AABBCC, where AA indicates the major version, BB indicates the minor version, and CC indicates the patch level. For example, for Ice 3.9.1, the returned value is 30901.

Returns:

The Ice version.

Return type:

int