Function emf_core_base_rs::global::version::new_short[][src]

pub fn new_short(major: i32, minor: i32, patch: i32) -> Version

Constructs a new version.

Constructs a new version with major, minor and patch and sets the rest to 0.

Return

Constructed version.