Searched refs:latest_version (Results 1 – 5 of 5) sorted by relevance
17 OLD_VERSION=$(cat ${ROOT}/doc-template/latest_version)18 …{$idx+=1; for(i=idx+1; i <= 3; i++) $i=0; print $1"."$2"."$3}' ${ROOT}/doc-template/latest_version)20 echo ${NEW_VERSION} > doc-template/latest_version22 echo ${OLD_VERSION} > doc-template/latest_version31 echo ${NEW_VERSION} > doc-template/latest_version
34 const Version latest_version = Version(3, 0); in test_CL_DEVICE_OPENCL_C_VERSION() local39 if (api_version > latest_version) in test_CL_DEVICE_OPENCL_C_VERSION()44 latest_version.to_string().c_str()); in test_CL_DEVICE_OPENCL_C_VERSION()47 if (clc_version > latest_version) in test_CL_DEVICE_OPENCL_C_VERSION()52 latest_version.to_string().c_str()); in test_CL_DEVICE_OPENCL_C_VERSION()
169 latest_version = self._latest_version()170 if not current_version or not latest_version:172 if current_version == latest_version:
114 def update_cargo(package: str, latest_version: str):116 cmd = ["cargo", "update", "-p", package, "--precise", latest_version]
304 latest_version = self.get_latest_version()305 self.migrate_to_version(latest_version)