Update version number for rc2.
This commit is contained in:
parent
8f07c1a2b5
commit
f6cb717bba
|
@ -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.0.rc1'
|
||||
version = '0.59.0.rc2'
|
||||
backendlist = ['ninja', 'vs', 'vs2010', 'vs2012', 'vs2013', 'vs2015', 'vs2017', 'vs2019', 'xcode']
|
||||
|
||||
default_yielding = False
|
||||
|
|
Loading…
Reference in New Issue