Ice.intVersion

Ice.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.8.3, the returned value is 30803. For pre-releases, CC encodes the pre-release instead of the patch version. For example, for Ice 3.8.0-alpha.0 the returned value is 30850.

Returns:

The Ice version.

Return type:

int