Bump version number for new development. [skip ci]

pull/7439/head
Jussi Pakkanen 4 years ago
parent d0c68dc115
commit cd8bdef776
  1. 2
      mesonbuild/coredata.py

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

Loading…
Cancel
Save