Bump version number for new development.

pull/6424/head
Jussi Pakkanen 5 years ago
parent 8d576eba91
commit 74d245a8c0
  1. 2
      mesonbuild/coredata.py

@ -40,7 +40,7 @@ if TYPE_CHECKING:
OptionDictType = Dict[str, 'UserOption[Any]']
version = '0.53.0'
version = '0.53.999'
backendlist = ['ninja', 'vs', 'vs2010', 'vs2015', 'vs2017', 'vs2019', 'xcode']
default_yielding = False

Loading…
Cancel
Save