Function make_version

Source
pub const fn make_version(major: u16, minor: u16) -> i32
Expand description

Used to create version numbers. The first argument is the major version and second is the minor.