Function sciter::version_num

source ·
pub fn version_num() -> u32
Expand description

Sciter engine version number (e.g. 0x03030200).

Note: does not return the build part because it isn’t fit in 0..255 byte range. Use sciter::version() instead which returns complete version string.