Searched refs:minor (Results 1 – 4 of 4) sorted by relevance
70 Short minor; field in VkJsonTests.VkConformanceVersionKHR160 assertWithMessage(msg).that(version.minor).named("minor version").isAtLeast(MINOR); in checkKHRDriverProperties()161 if (version.minor == MINOR) { in checkKHRDriverProperties()
159 int minor = Integer.parseInt(minVersionParts.group(2)); in checkPythonVersion() local175 if (foundMinor > minor) { in checkPythonVersion()177 } else if (foundMinor == minor) { in checkPythonVersion()
59 and sys.version_info.minor == 762 (sys.version_info.major, sys.version_info.minor,
66 Here "2" is the major format version; the .0 allows for compatible minor499 Some other minor tweaks in v2: