Searched refs:latest_version (Results 1 – 2 of 2) sorted by relevance
5 latest_version = int(d.getVar('REQUIRED_POKY_BBLAYERS_CONF_VERSION', True) or -1)6 if current_version == -1 or latest_version == -1:27 current_version = latest_version
625 def latest_version(args, config, basepath, workspace): function686 parser_latest_version.set_defaults(func=latest_version)