compareVersions

fun compareVersions(major: Int, minor: Int, patch: Int, otherMajor: Int, otherMinor: Int, otherPatch: Int): Int