Searched refs:cur_version (Results 1 – 5 of 5) sorted by relevance
274 self.cur_version = (0, 0, 0)481 self.cur_version = self.get_sphinx_version(sphinx)482 if not self.cur_version:485 if self.cur_version < self.min_version:486 curver = PythonVersion.ver_str(self.cur_version)494 if self.version_check and self.cur_version >= RECOMMENDED_VERSION:1228 elif PythonVersion.parse_version(ver) > self.cur_version:1243 if self.cur_version and self.cur_version >= RECOMMENDED_VERSION:1244 self.latest_avail_ver = self.cur_version1252 if self.activate_cmd and self.venv_ver > self.cur_version:[all …]
314 cur_version = sys.version_info variable 316 print(cur_version)
564 cur_version = sys.version_info variable566 print(cur_version)
1064 u32 cur_version, new_version; in ccg_check_fw_version() local1088 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()1098 if (new_version > cur_version) in ccg_check_fw_version()
882 unsigned long long cur_version = 0, pre_version = 0; in validate_checkpoint() local905 cur_version = *version; in validate_checkpoint()907 if (cur_version == pre_version) { in validate_checkpoint()908 *version = cur_version; in validate_checkpoint()