Update version number for rc 2.

pull/7433/head 0.55.0.rc2
Jussi Pakkanen 5 years ago
parent 1993fb602e
commit 7ab0090d2a
  1. 2
      mesonbuild/coredata.py

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

Loading…
Cancel
Save