Bump version number for new development. [skip ci]

pull/6001/head
Jussi Pakkanen 5 years ago
parent 2779603c68
commit ba1367b588
  1. 2
      mesonbuild/coredata.py

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

Loading…
Cancel
Save