Ice.intVersion¶
- Ice.intVersion() int¶
Returns the Ice version as an integer in the form
AABBCC, whereAAindicates the major version,BBindicates the minor version, andCCindicates the patch level. For example, for Ice 3.8.3, the returned value is 30803. For pre-releases,CCencodes 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: