Searched refs:cur_version (Results 1 – 4 of 4) 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)
1065 u32 cur_version, new_version; in ccg_check_fw_version() local1089 cur_version = le16_to_cpu(app->build) | CCG_VERSION_PATCH(app->patch) | in ccg_check_fw_version()1099 if (new_version > cur_version) in ccg_check_fw_version()