Lines Matching refs:version
58 version = (0,0,0)
66 version = match.group(1), match.group(2), match.group(3)
68 scons_dirs.append((version, path))
91 usage = '''%prog [compile options] <version> [SCons options]
93 %prog assumes that the user has a directory called ~/m5/<version> where
95 will create ~/build/<version> if it does not exist and build the resulting
103 version = '%prog 0.1'
104 parser = optparse.OptionParser(usage=usage, version=version,
259 version = args[0]
278 m5_dir = joinpath(m5_base, version)
286 test_dir = joinpath(m5_base, 'test.' + version)
294 build_dir = joinpath(build_base, version)