pub fn version_num() -> u32Expand description
Sciter engine version number (e.g. 0x03030200).
Note: does not return the build part because it doesn’t fit in 0..255 byte range.
Use sciter::version() instead which returns the complete version string.