diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-10-28 10:51:37 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-10-28 14:30:27 +0530 |
commit | bf70b77c51ffd60f967c9ec5ac10f3648930e5fb (patch) | |
tree | ddd82cc6f50df96e638eee1af5e6b56ca6b87e5b /mesonbuild/coredata.py | |
parent | 343ce47aebfda4d17196b695719147876bd7605f (diff) | |
download | meson-0.59.tar.gz |
This release only contains a fix for a cuda-related regression in the
0.59.3 stable release:
https://github.com/mesonbuild/meson/pull/9469
Diffstat (limited to 'mesonbuild/coredata.py')
-rw-r--r-- | mesonbuild/coredata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/coredata.py b/mesonbuild/coredata.py index 528ca9c66..f4047957d 100644 --- a/mesonbuild/coredata.py +++ b/mesonbuild/coredata.py @@ -43,7 +43,7 @@ if T.TYPE_CHECKING: KeyedOptionDictType = T.Union[T.Dict['OptionKey', 'UserOption[T.Any]'], OptionOverrideProxy] CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str] -version = '0.59.3' +version = '0.59.4' backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode'] default_yielding = False |