Lines Matching refs:this_version
50 Mesa ${this_version} is a new development release. People who are concerned
52 wait for Mesa ${this_version[:-1]}1.
54 Mesa ${this_version} is a bug fix release which fixes bugs found since the ${previous_version} release.
57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by
64 Mesa ${this_version} implements the Vulkan ${vk_version} API, but the version reported by
306 this_version = calculate_next_version(version, is_point_release)
308 header = f'Mesa {this_version} Release Notes / {today}'
316 final = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / f'{this_version}.rst'
325 this_version=this_version,
337 f'docs: add release notes for {this_version}'])