Update version number to rc2.

This commit is contained in:
Jussi Pakkanen 2020-10-26 20:17:56 +02:00
parent 431f0b0da2
commit 42d6b37423
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ if T.TYPE_CHECKING:
OptionDictType = T.Union[T.Dict[str, 'UserOption[T.Any]'], OptionOverrideProxy]
CompilerCheckCacheKey = T.Tuple[T.Tuple[str, ...], str, str, T.Tuple[str, ...], str]
version = '0.56.0.rc1'
version = '0.56.0.rc2'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False